prairie-schooner / wav2vec-vc

9 stars 2 forks source link

Issue when using inference script #1

Open fervillamar opened 2 months ago

fervillamar commented 2 months ago

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 ....

exercise-book-yq commented 2 months ago

@fervillamar I got the same problem. Do you solve it now?