winddori2002 / TriAAN-VC

TriAAN-VC: Triple Adaptive Attention Normalization for Any-to-Any Voice Conversion
MIT License
129 stars 12 forks source link

FileNotFoundError: [Errno 2] No such file or directory: './base_data/mel_stats.npy' #1

Closed carlosedubarreto closed 1 year ago

carlosedubarreto commented 1 year ago

I was testing the code and got this error FileNotFoundError: [Errno 2] No such file or directory: './base_data/mel_stats.npy'

I have searched for this file but could not find it. Can you point me a direction to solve this?

I was traing to execute the converter using the pre trained models, I didnt train.

Thanks

winddori2002 commented 1 year ago

Hi I have updated mel_stats.npy in the base_data directory. You can also test after making meta data for VCTK dataset. Thank you

carlosedubarreto commented 1 year ago

Thanks a lot for the fast response. I'll try here and I'll give an answer right after.

carlosedubarreto commented 1 year ago

Working great. Thanks