RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
23.92k stars 3.54k forks source link

Error while preprocessing data #432

Closed ariikamusic closed 1 year ago

ariikamusic commented 1 year ago

After updating RVC, I suddenly received this error while preprocessing.

Use Language: en_US 16系/10系显卡和P40强制单精度 Running on local URL: http://0.0.0.0:7865 python trainset_preprocess_pipeline_print.py F:\Suzu 1 40000 12 E:\RVC-beta/logs/Suzu-7min False Traceback (most recent call last): File "E:\RVC-beta\trainset_preprocess_pipeline_print.py", line 20, in f = open("%s/preprocess.log" % exp_dir, "a+") FileNotFoundError: [Errno 2] No such file or directory: '12/preprocess.log'

Any ideas? Thanks in advance

MicheleGuidi commented 1 year ago

Do you have any spaces in your path name? Try removing them and adding quotes before and after when setting the path inside Train tab.

ariikamusic commented 1 year ago

Do you have any spaces in your path name? Try removing them and adding quotes before and after when setting the path inside Train tab.

Ah, that seemed to have solved the issue. Much appreciated!