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
File "C:\code\GPT-SoVITS\GPT_SoVITS\module\data_utils.py", line 499, in _create_buckets
rem = (total_batch_size - (len_bucket % total_batch_size)) % total_batch_size
ZeroDivisionError: integer modulo by zero
大致原因与v3的Sovits训练奇怪Batchsize设置有关
WebUI中默认锁定bs为0,且无法修改
导致
临时解决办法,从命令行中复制训练命令,手动修改GPT-SoVITS\TEMP/tmp_s2.json中batch_size为1或者更高
The text was updated successfully, but these errors were encountered: