yl4579 / StarGANv2-VC

StarGANv2-VC: A Diverse, Unsupervised, Non-parallel Framework for Natural-Sounding Voice Conversion
MIT License
466 stars 110 forks source link

fp16_run: true causes NaNs #60

Open CrackerHax opened 1 year ago

CrackerHax commented 1 year ago

Posting this as a new issue in case anybody else has the problem.

There might be hacky workarounds for this but it seems to be a pytorch issue: https://github.com/pytorch/pytorch/issues/40497

So I guess the answer is to train with fp16_run: false for now. Might want to note this in the README to save people time. Also the config file default is set to true, could probably set that to false.