Wendison / VQMIVC

Official implementation of VQMIVC: One-shot (any-to-any) Voice Conversion @ Interspeech 2021 + Online playing demo!
MIT License
334 stars 55 forks source link

What is the "parallel-wavegan-decode" in cmd = ['parallel-wavegan-decode', '--checkpoint',...] ,it is a folder??? #29

Closed DIO385 closed 2 years ago

DIO385 commented 2 years ago

Thanks for your code, but I have some problems, In code: cmd = ['parallel-wavegan-decode', '--checkpoint',...], Is it a folder? If so, what does this folder contain? My system told me it couldn't be found

DIO385 commented 2 years ago

Before this problem occurs, I've put checkpoint-3000000steps.pkl into vocoder

Wendison commented 2 years ago

Hi, it is not a fold, it is the command to synthesize the waveform from the predicted mel-spectrograms by using parallel-wavegan vocoder. Noted that this command is run in linux.