Spaces:
Running
on
T4
Running
on
T4
Update spectro.py
Browse files- 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)
|