nap41h

Results 1 issues of nap41h

1.报错信息如下,我把主要的两个问题用双斜线标出来了,一个warning一个error 2.自查的时候提到了环境配置和版本的问题, 1)版本配置如下: 驱动:Ascend-hdk-310p-npu-driver_23.0.1_linux-aarch64 CANN软件包:toolkit和kernels 是7.0.1.1版本的Ascend-cann-toolkit_7.0.1.1_linux-aarch64和Ascend-cann-kernels-310p_7.0.1.1_linux mindspore:2.2.14 python:3.9.2版本 2)环境变量 根据gpt的建议添加了很多,但是没有什么用,也按照conda自动安装并运行了软件包里的set_env.sh文件,按照官网的建议最后配置了环境变量但没什么用 磨了快一个星期了,还是决定不逞强,来寻求下更厉害的人的帮助 3.报错完整情况如下 1)@ubuntu01:~$ python -c "import mindspore;mindspore.set_context(device_target='Ascend');mindspore.run_check()" /home/xu_wei_chen/miniconda3/envs/mindspore_py392/lib/python3.9/site-packages/numpy/core/getlimits.py:518: UserWarning: The value of the smallest subnormal for type is zero. setattr(self,...