GPT-SoVITS: Training errors out
Trying to train few shot but i get errors because it’s not creating these files:
self.path2: logs/xxx/2-name2text.txt
self.path4: logs/xxx/4-cnhubert
self.path5: logs/xxx/5-wav32k
Traceback (most recent call last):
File "x:\sovits\GPT_SoVITS\s2_train.py", line 402, in <module>
main()
File "x:\sovits\GPT_SoVITS\s2_train.py", line 53, in main
mp.spawn(run, nprocs=n_gpus, args=(n_gpus, hps,))
File "x:\sovits\runtime\lib\site-packages\torch\multiprocessing\spawn.py", line 239, in spawn
return start_processes(fn, args, nprocs, join, daemon, start_method='spawn')
File "x:\sovits\runtime\lib\site-packages\torch\multiprocessing\spawn.py", line 197, in start_processes
while not context.join():
File "x:\sovits\runtime\lib\site-packages\torch\multiprocessing\spawn.py", line 160, in join
raise ProcessRaisedException(msg, error_index, failed_process.pid)
torch.multiprocessing.spawn.ProcessRaisedException:
-- Process 0 terminated with the following error:
Traceback (most recent call last):
File "x:\sovits\runtime\lib\site-packages\torch\multiprocessing\spawn.py", line 69, in _wrap
fn(i, *args)
File "x:\sovits\GPT_SoVITS\s2_train.py", line 69, in run
train_dataset = TextAudioSpeakerLoader(hps.data)########
File "x:\sovits\GPT_SoVITS\module\data_utils.py", line 37, in __init__
assert os.path.exists(self.path2)
AssertionError
in addition, where exactly do i place the xxx.list file?
About this issue
- Original URL
- State: closed
- Created 5 months ago
- Comments: 25 (9 by maintainers)
Fixed now. Now it will concat to a whole file automatically.
Fixed now. If you want to do Chinese ASR first and don’t donwload the model, now it will download it automatically.