We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ascend
GPU
CPU
Uncomment only one /device <> line, hit enter to put that in a new line, and remove leading whitespaces from that line: /device ascend
Uncomment only one /device <> line, hit enter to put that in a new line, and remove leading whitespaces from that line:
/device <>
/device ascend
python xxx.py 时执行报错runtime error
代码执行成功
1,下载mindspore官网案例--FCN, LSTM+CRF和DCGAN 2,ms.set_context(mode=ms.PYNATIVE_MODE, device_target="Ascend", ascend_config={"precision_mode": "allow_mix_precision"}) 3,python XXX.py
6.27_dcgan_pynative_infer.log 6.27_lstm&crf_pynative_infer.log 7.3_fcn8s_pynative_infer.log
The text was updated successfully, but these errors were encountered:
在gitee仓库跟踪
Sorry, something went wrong.
No branches or pull requests
Environment
Hardware Environment(
Ascend
/GPU
/CPU
): AscendSoftware Environment:
Describe the current behavior
python xxx.py 时执行报错runtime error
Describe the expected behavior
代码执行成功
Steps to reproduce the issue
1,下载mindspore官网案例--FCN, LSTM+CRF和DCGAN
2,ms.set_context(mode=ms.PYNATIVE_MODE, device_target="Ascend", ascend_config={"precision_mode": "allow_mix_precision"})
3,python XXX.py
Related log / screenshot
6.27_dcgan_pynative_infer.log
6.27_lstm&crf_pynative_infer.log
7.3_fcn8s_pynative_infer.log
Special notes for this issue
The text was updated successfully, but these errors were encountered: