fffiloni commited on
Commit
e2b134e
1 Parent(s): 0041fbe

Update spectro.py

Browse files
Files changed (1) hide show
  1. spectro.py +1 -1
spectro.py CHANGED
@@ -159,7 +159,7 @@ def waveform_from_spectrogram(
159
  n_stft=n_fft // 2 + 1,
160
  norm=None,
161
  mel_scale="htk",
162
- max_iter=max_mel_iters,
163
  ).to(device)
164
 
165
  Sxx_torch = mel_inv_scaler(Sxx_torch)
 
159
  n_stft=n_fft // 2 + 1,
160
  norm=None,
161
  mel_scale="htk",
162
+ #max_iter=max_mel_iters,
163
  ).to(device)
164
 
165
  Sxx_torch = mel_inv_scaler(Sxx_torch)