update layers and .gitignore
This commit is contained in:
parent
6ed6e2f38d
commit
3d7dbf222c
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
/.idea/*
|
||||
/results/*
|
||||
/data/
|
||||
# Created by https://www.gitignore.io/api/data,linux,macos,python,pycharm,windows,jupyternotebooks
|
||||
|
@ -25,3 +25,4 @@ if __name__ == '__main__':
|
||||
X = np.random.rand(1, 60, 40)
|
||||
Y = sub_spec_tnfm(X)
|
||||
print(f'\t Sub-Spectrogram transformation from shape {X.shape} to {Y.shape}')
|
||||
print('Done ...')
|
Loading…
x
Reference in New Issue
Block a user