rugwindows 10下安装mindpsore环境,需要visual studio 2019及以上,cmake, python
也可以从上面下载mindspore编译依赖的软件。
visual studioan安装时需注意
然后再安装cmake,git,安装好之后设置检查环境变量,缺失的要补上
系统环境变量path的值
然后下载源代码,
执行命令
set FROM_GITEE=1
call build.bat ms_vs_cpu
就可以编译mindspore cpu版本
如果要编译一个debug版本进行调试,按照链接mindspore在windows上debug版本的编译,修改python配置执行后
set FROM_GITEE=1
call build.bat ms_vs_cpu_debug 就可以编译出来debug版本用于调试