Retrieval-based-Voice-Conversion-WebUI
Retrieval-based-Voice-Conversion-WebUI copied to clipboard
Training won't start - FileNotFoundError
Everything seems to work fine until I start training the model. The preprocessing finalizes, but when the actual training is supposed to start, it tries to access the '3_feature768' folder... which is not generated.
Same problem here, I'm running on Ubuntu 22.04. Everything seems to work fine up to step 3 where I get the same error as presented above :thinking:
I too, am stuck in the same boat and I haven't got any spaces in my directory, which is typically the problem.
Same problem !!
Only know it's may be some dependencies version not correct. Because if you use the "runtime" from offical zip package, no error.
I encountered this problem as well but I managed to find out that there are some errors when the program tries to run extract_feature_print.py
.
This FileNotFoundError will be thrown when executing "Feature Extraction" is failed.
Would you please post the entire logs from the terminal?
I had the same issue, but then I changed my file names and my WAV files to not have any spaces, and as of now it is working fine
I had the same issue, but then I changed my file names and my WAV files to not have any spaces, and as of now it is working fine
Thank you this fixed my issue for me.
same issue here
Still getting this same issue
Same issue here, I don't have any spaces in my directory
No spaces in my directory or in the wav files. Still facing same issue.
Issue resolved at my end after manually creating these two folders '2a_f0' and '2b-f0nsf' inside the 'logs/your_experiment_name' directory