soobinseo / Transformer-TTS

A Pytorch Implementation of "Neural Speech Synthesis with Transformer Network"
MIT License
661 stars 141 forks source link

ValueError: optimizing a parameter that doesn't require gradients #2

Open errolyan opened 5 years ago

errolyan commented 5 years ago

ValueError: optimizing a parameter that doesn't require gradients

soobinseo commented 5 years ago

Can I see what part of code occur the error?

vikrantsharma7 commented 5 years ago

Using torch==0.4.1 seems to resolve this. Not sure yet if this would affect anything else later on.