DiffGAN-TTS icon indicating copy to clipboard operation
DiffGAN-TTS copied to clipboard

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

Open liwangd opened this issue 11 months ago • 1 comments

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

liwangd avatar Jul 14 '23 17:07 liwangd

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.

Joyful-Buffalo avatar Sep 11 '23 15:09 Joyful-Buffalo