yl4579 / StarGANv2-VC

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

F0 models training and use #80

Closed daozhi0921 closed 1 year ago

daozhi0921 commented 1 year ago

Hello, I have a question to ask. According to the F0 models training project you mentioned, after the training, put the model under the corresponding Utils/JDC, the model loading does not match, print the model parameters to see, the newly trained one The f0 model is inconsistent with the training model and parameters provided by you, so how to use it? Thanks!

yl4579 commented 1 year ago

You just need to change ['net'] to ['model'] for the parameter keys.