Hi, awesome work, thanks. I get this error when using inference.py, any idea how to solve it?, thanks in advance!
Traceback (most recent call last):
File "/workspace/wav2vec-vc/inference.py", line 65, in
inference(
File "/workspace/wav2vec-vc/inference.py", line 46, in inference
wav = vocoder.generate([dec.squeeze(0), ])[0].to('cpu')
RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript, serialized code (most recent call last):
File "code/torch/models/universal_vocoder.py", line 58, in generate
....
Hi, awesome work, thanks. I get this error when using inference.py, any idea how to solve it?, thanks in advance!
Traceback (most recent call last): File "/workspace/wav2vec-vc/inference.py", line 65, in
inference(
File "/workspace/wav2vec-vc/inference.py", line 46, in inference
wav = vocoder.generate([dec.squeeze(0), ])[0].to('cpu')
RuntimeError: The following operation failed in the TorchScript interpreter.
Traceback of TorchScript, serialized code (most recent call last):
File "code/torch/models/universal_vocoder.py", line 58, in generate
....