keonlee9420 / DiffGAN-TTS

PyTorch Implementation of DiffGAN-TTS: High-Fidelity and Efficient Text-to-Speech with Denoising Diffusion GANs
MIT License
320 stars 44 forks source link

FileNotFoundError: [Errno 2] No such file or directory: './preprocessed_data/VCTK/spker_embed/p225-spker_embed.npy' #21

Open liwangd opened 1 year ago

liwangd commented 1 year ago

When I am trying to run inference with the VCTK dataset, I am getting this error. Do we need to prepare speaker embeddings ourselves even with pre-trained VCTK models?

Thanks! Li

Joyful-Buffalo commented 1 year ago

When I am trying to run inference with the VCTK dataset, I am getting this error. Do we need to prepare speaker embeddings ourselves even with pre-trained VCTK models?

Thanks! Li

I think you should run preprocess.py before running train.py.