Plachtaa / VITS-fast-fine-tuning

This repo is a pipeline of VITS finetuning for fast speaker adaptation TTS, and many-to-many voice conversion
Apache License 2.0
4.65k stars 698 forks source link

step4 checkpoint_path无文件 #542

Open YukangYang020425 opened 7 months ago

YukangYang020425 commented 7 months ago

image 佬们这是什么情况

ihmily commented 7 months ago

Perhaps it's because olefile was not installed

pip install olefile
RubbishFromEcust commented 7 months ago

请问楼主解决了吗,我也遇到了同样的问题,加上olefile后仍然没解决 Is this fixed? I added olefile, but the problem stills

ihmily commented 7 months ago

@RubbishFromEcust

Are you sure you specified the correct model directory when starting? And ensure that there are model files inside?

The project structure is roughly as follows:

VITS-fast-fine-tuning
├── finetune_speaker_v2.py
├── VC_inference.py
├── OUTPUT_MODEL
        ├── D_latest.pth
        ├── G_latest.pth
        ├── config.json

for example, OUTPUT_MODEL is my model folder,I can running by

python VC_inference.py --model_dir ./OUTPUT_MODEL/G_latest.pth --config_dir  ./OUTPUT_MODEL/config.json --share True
YukangYang020425 commented 7 months ago

请问楼主解决了吗,我也遇到了同样的问题,加上olefile后仍然没解决 Is this fixed? I added olefile, but the problem stills

我解决了哥们儿,但我是加上olefile就好了

YukangYang020425 commented 7 months ago

Perhaps it's because olefile was not installed

pip install olefile

Thanks a lot!