You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I run the following command:
python -c "import mindspore;mindspore.set_context(device_target='CPU');mindspore.run_check()"
Then I got the following output:
MindSpore version: 2.2.14
The result of multiplication calculation is correct, MindSpore has been installed on platform [CPU] successful!
But when I run :python val.py --config_path .\configs\ipt\denoise\val_denoise_50.yaml
I got this error .
The text was updated successfully, but these errors were encountered:
I have installed mindspore by the following command:
pip install https://ms-release.obs.cn-north-4.myhuaweicloud.com/2.2.14/MindSpore/cpu/x86_64/mindspore-2.2.14-cp39-cp39-win_amd64.wbhl --trusted-host ms-release.obs.cn-north-4.myhuaweicloud.com -i https://pypi.tuna.tsinghua.edu.cn/simple
And I run the following command:
python -c "import mindspore;mindspore.set_context(device_target='CPU');mindspore.run_check()"
Then I got the following output:
MindSpore version: 2.2.14
The result of multiplication calculation is correct, MindSpore has been installed on platform [CPU] successful!
But when I run :python val.py --config_path .\configs\ipt\denoise\val_denoise_50.yaml
I got this error .
The text was updated successfully, but these errors were encountered: