ivanvovk / WaveGrad

Implementation of WaveGrad high-fidelity vocoder from Google Brain in PyTorch.
BSD 3-Clause "New" or "Revised" License
402 stars 56 forks source link

inference.py seems not loading the specified checkpoint #11

Closed enhuiz closed 4 years ago

enhuiz commented 4 years ago

The checkpoint is loaded in inference.ipynb but not in inference.py, I guess it was forgotten.

ivanvovk commented 4 years ago

Yeah, sorry, my bad. For some reason I missed this moment. Thank you for your feedback. I will make an update.