You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initializing VoiceFixer...
/usr/local/lib/python3.10/dist-packages/torch/nn/utils/weight_norm.py:30: UserWarning: torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.
warnings.warn("torch.nn.utils.weight_norm is deprecated in favor of torch.nn.utils.parametrizations.weight_norm.")
Traceback (most recent call last):
File "/content/voicefixer/test/test.py", line 41, in <module>
voicefixer = VoiceFixer()
File "/usr/local/lib/python3.10/dist-packages/voicefixer/base.py", line 12, in __init__
self._model = voicefixer_fe(channels=2, sample_rate=44100)
File "/usr/local/lib/python3.10/dist-packages/voicefixer/restorer/model.py", line 152, in __init__
self.f_helper = FDomainHelper(
File "/usr/local/lib/python3.10/dist-packages/voicefixer/tools/modules/fDomainHelper.py", line 22, in __init__
self.stft = STFT(n_fft=window_size, hop_length=hop_size,
File "/usr/local/lib/python3.10/dist-packages/torchlibrosa/stft.py", line 177, in __init__
fft_window = librosa.util.pad_center(fft_window, n_fft)
TypeError: pad_center() takes 1 positional argument but 2 were given
Thanks!
The text was updated successfully, but these errors were encountered:
Usin Google Colab, the test script cell
returns this error
Thanks!
The text was updated successfully, but these errors were encountered: