MingjieChen / DYGANVC

demo page https://MingjieChen.github.io/dygan-vc
67 stars 9 forks source link

File not found: 'exp/dygan_vc/dygan_vc_vq_spkemb/epoch_100.pth' #11

Closed mrlament closed 1 year ago

mrlament commented 1 year ago

I'm getting a file not found error when I run

python inference.py

it returns:

FileNotFoundError: [Errno 2] No such file or directory: 'exp/dygan_vc/dygan_vc_vq_spkemb/epoch_100.pth

I've searched but can't find where to get those files. Any guidance?

MingjieChen commented 1 year ago

This is the pretrained model weights, which I did not upload. I will upload the pretrained model weights, but need some time. The training is just several hours, you can train the model, if you are urgent.

mrlament commented 1 year ago

Thanks so much! Got it sorted.