AlexK-PL commited on
Commit
39adc58
·
1 Parent(s): 04e7ab6

Update nn_layers.py

Browse files
Files changed (1) hide show
  1. 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