Wendison / VQMIVC

Official implementation of VQMIVC: One-shot (any-to-any) Voice Conversion @ Interspeech 2021 + Online playing demo!
MIT License
334 stars 55 forks source link

about the model question #19

Closed Mike66666 closed 2 years ago

Mike66666 commented 2 years ago

I try to train the model again,after I finished the process.I used the model that trained by myself to voice conversion, but I got noting. could you give me some advice. I have done all things follow the ReadME

Wendison commented 2 years ago

Please provide your final training/validation losses.

Mike66666 commented 2 years ago

recon loss3.568 cpc loss:1.548 vq loss:0.184 perpexlity 104.828 lld cd loss 99.417 mi cs loss 2.554e-10 lld ps:0.0.70 mi ps loss:0.0.0 lld cp loss:748.645 mi cp loss:0.042

I try the amp for speed it success but when I use no amp it has no results

Wendison commented 2 years ago

recon loss3.568 cpc loss:1.548 vq loss:0.184 perpexlity 104.828 lld cd loss 99.417 mi cs loss 2.554e-10 lld ps:0.0.70 mi ps loss:0.0.0 lld cp loss:748.645 mi cp loss:0.042 It seems that your training failed, as recon loss is too large and perplexity is too small, I remember that when the training was finished, the recon loss should be less than 0.5, and perplexity should be above 400.

I try the amp for speed it success but when I use no amp it has no results It is weird as I tried both training modes, they all achieved successful training, maybe you can try to change the random seed for training, but I'm not sure if it works.

Mike66666 commented 2 years ago

Thank you, I will changed the seed and try to find the reason caused that. Thank you very much.