update layers and .gitignore
This commit is contained in:
@ -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 ...')
|
Reference in New Issue
Block a user