You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.SOVITS训练无法进行,报错如下:
-- Process 0 terminated with the following error:
Traceback (most recent call last):
File "G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\runtime\lib\site-packages\torch\multiprocessing\spawn.py", line 69, in _wrap
fn(i, *args)
File "G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\GPT_SoVITS\s2_train.py", line 86, in run
train_dataset = TextAudioSpeakerLoader(hps.data) ########
File "G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\GPT_SoVITS\module\data_utils.py", line 103, in init
assert len(audiopaths_sid_text_new) > 1 # 至少能凑够batch size,这里todo
AssertionError
2.GPT训练也无法进行,报错如下:
File "G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\GPT_SoVITS\AR\data\dataset.py", line 190, in init_batch
for _ in range(max(2, int(min_num / leng))):
ZeroDivisionError: division by zero
1.SOVITS训练无法进行,报错如下:
-- Process 0 terminated with the following error:
Traceback (most recent call last):
File "G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\runtime\lib\site-packages\torch\multiprocessing\spawn.py", line 69, in _wrap
fn(i, *args)
File "G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\GPT_SoVITS\s2_train.py", line 86, in run
train_dataset = TextAudioSpeakerLoader(hps.data) ########
File "G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\GPT_SoVITS\module\data_utils.py", line 103, in init
assert len(audiopaths_sid_text_new) > 1 # 至少能凑够batch size,这里todo
AssertionError
"G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\runtime\python.exe" GPT_SoVITS/s1_train.py --config_file "G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\TEMP/tmp_s1.yaml"
2.GPT训练也无法进行,报错如下:
File "G:\GPT_Sovits\御坂美琴\GPT-SoVITS-v2-240821\GPT_SoVITS\AR\data\dataset.py", line 190, in init_batch
for _ in range(max(2, int(min_num / leng))):
ZeroDivisionError: division by zero
3.音源是纯日语的,在Faster Whisper中选择V3large,单精度,如果选择自动语言会默认成中文。已经选择了日文,反复复现上述SOVITS和GPT训练中的错误,大概10月份的版本中没有这样的错误。
The text was updated successfully, but these errors were encountered: