RVC-Boss / GPT-SoVITS

1 min voice data can also be used to train a good TTS model! (few shot voice cloning)
MIT License
32.47k stars 3.74k forks source link

训练SoVITS时报错 #1382

Open 1507045 opened 1 month ago

1507045 commented 1 month ago

-- Process 0 terminated with the following error: Traceback (most recent call last): File "E:\GPT-SoVITS-beta0706\runtime\lib\site-packages\torch\multiprocessing\spawn.py", line 69, in _wrap fn(i, *args) File "E:\GPT-SoVITS-beta0706\GPT_SoVITS\s2_train.py", line 85, in run train_dataset = TextAudioSpeakerLoader(hps.data) ######## File "E:\GPT-SoVITS-beta0706\GPT_SoVITS\module\data_utils.py", line 35, in init assert os.path.exists(self.path2) AssertionError

wingerboy commented 1 month ago

+1

Lin-Silver commented 3 weeks ago

You can try checking your file path. If the file exists, you can try using the absolute path.