zhangzhiguo0603
Results
4
comments of
zhangzhiguo0603
或者是不是要连接外网?
以上为SoVITS训练时出现的报错
我不会python语法,但是我看文档有.lr_scheduler.StepLR()函数没看到lr_scheduler.step(),是不是我的版本太高了,导致的warnings??
嗯嗯感谢大佬深夜回复,我目前把torch进行了降级,暂时能执行成功了。 ``` conda install pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=12.1 -c pytorch -c nvidia ``` ``` pip show torch Name: torch Version: 2.1.1+cu121 ```