voicefixer
voicefixer copied to clipboard
unable to run
I am getting this issue, after runing python3 test/test.py My pytorch version is 2.0.0+cu117
Initializing VoiceFixer...
Traceback (most recent call last):
File "/home/sughosh/voicefixer/test/test.py", line 41, in
Exactly the same for me
Go to the Generator's code and remove the "parametrizations" from the code. in other words, change all the nn.utils.parametrizations.weight_norm to nn.utils.weight_norm