PlayVoice / whisper-vits-svc

Core Engine of Singing Voice Conversion & Singing Voice Clone
https://huggingface.co/spaces/maxmax20160403/sovits5.0
MIT License
2.6k stars 919 forks source link

开始训练时报错 TypeError: unsupported operand type(s) for %: 'int' and 'str' #78

Closed hulululu7654321 closed 1 year ago

hulululu7654321 commented 1 year ago

换外部的py309发现可以识别显卡了, 但是开始训练就会报错 image

Traceback (most recent call last): File "E:\so-vits-svc-5.0-bigvgan-mix-v2\svc_trainer.py", line 41, in train(0, args, args.checkpoint_path, hp, hp_str) File "E:\so-vits-svc-5.0-bigvgan-mix-v2\vits_extend\train.py", line 160, in train if rank == 0 and epoch % hp.log.eval_interval == 0: TypeError: unsupported operand type(s) for %: 'int' and 'str'