Spaces:
Sleeping
Sleeping
Update nn_layers.py
Browse files- nn_layers.py +2 -0
nn_layers.py
CHANGED
|
@@ -3,6 +3,8 @@ from torch import nn
|
|
| 3 |
from librosa.filters import mel as librosa_mel_fn
|
| 4 |
from stft import STFT
|
| 5 |
|
|
|
|
|
|
|
| 6 |
clip_val = 1e-5
|
| 7 |
C = 1
|
| 8 |
|
|
|
|
| 3 |
from librosa.filters import mel as librosa_mel_fn
|
| 4 |
from stft import STFT
|
| 5 |
|
| 6 |
+
torch.manual_seed(1234)
|
| 7 |
+
|
| 8 |
clip_val = 1e-5
|
| 9 |
C = 1
|
| 10 |
|