r9y9 / wavenet_vocoder

WaveNet vocoder
https://r9y9.github.io/wavenet_vocoder/
Other
2.3k stars 500 forks source link

Autograd-Issue for Training Gaussian WaveNet #213

Open lambda-delta34 opened 3 years ago

lambda-delta34 commented 3 years ago

I am using PyTorch 1.9.0.dev20210512+cu111 version to train the Gaussian example. Without any modification but changing demo.json to the gaussian.json (also project name as well), I received the warning Using a non-full backward hook when the forward contains multiple autograd Nodes

Screen Shot 2021-06-15 at 2 27 15 PM

Just wondering does this warning have any impact on the trained model?

Overall, really appreciate for the hard work putting on this project. Even at 5 hrs training audio I can get something reasonably satisfied. Great Thanks!