Deleting a branch is permanent. It CANNOT be undone. Continue?
Dear OpenI User
Thank you for your continuous support to the Openl Qizhi Community AI Collaboration Platform. In order to protect your usage rights and ensure network security, we updated the Openl Qizhi Community AI Collaboration Platform Usage Agreement in January 2024. The updated agreement specifies that users are prohibited from using intranet penetration tools. After you click "Agree and continue", you can continue to use our services. Thank you for your cooperation and understanding.
For more agreement content, please refer to the《Openl Qizhi Community AI Collaboration Platform Usage Agreement》
ImportError: cannot import name 'remove_weight_norm' from 'mindtorch.torch.nn.utils' (/home/ma-user/anaconda3/envs/MindSpore/lib/python3.9/site-packages/mindtorch-0.2.1-py3.9.egg/mindtorch/torch/nn/utils/init.py)
遇到这个bug时使用的项目仓库:https://openi.pcl.ac.cn/zzc0208/so-vits-svc-npu
你好,感谢你的反馈。
remove_weight_norm在0.2分支上还未实现,所以无法调用。该接口已经在master分支实现,可以尝试通过源码安装的方式将mindtorch替换为最新版本。
pip uninstall mindtorch
git clone https://git.openi.org.cn/OpenI/MSAdapter.git
cd MSAdapter
python setup.py install
master分支部分功能mindspore 2.3版本新开发特性,所以匹配mindspore 2.2.x版本有部分功能可能无法使用,当前识别到优化器接口有部分无法使用,暂未识别其他问题,后续有发现其他问题,欢迎留言讨论。