335 Star 1.5K Fork 861

MindSpore / docs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
performance_tuning.md 847 Bytes
一键复制 编辑 原始数据 按行查看 历史
宦晓玲 提交于 2023-07-21 15:28 . modify the md links in 1.7

Performance Tuning

View Source On Gitee

Q: What can I do if the network performance is abnormal and weight initialization takes a long time during training after MindSpore is installed?

A: The scipy 1.4 series versions may be used in the environment. Run the pip list | grep scipy command to view the scipy version and change the scipy version to that required by MindSpore. You can view the third-party library dependency in the requirement.txt file. https://gitee.com/mindspore/mindspore/blob/{version}/requirements.txt

Replace version with the specific version branch of MindSpore.

1
https://gitee.com/mindspore/docs.git
git@gitee.com:mindspore/docs.git
mindspore
docs
docs
r1.7

搜索帮助