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官网案例--快速入门,RNN,CycleGAN,ResNet50迁移学习,ResNet50图像分类 ,ViT,ShuffleNet,Pix2Pix,GAN,SSD,和Diffusion 2,ms.set_context(mode=ms.PYNATIVE_MODE, device_target="Ascend", ascend_config={"precision_mode": "allow_mix_precision"}) 3,python XXX.py
0715_quick_pynative.log 0715_rnn_pynative.log 0629_pix2pix_infer_pynative.log 0629_shufflenet_infer_pynative_failed.log 6.21_cyclegan_pynative_infer.log 0607_diffusion_pynative.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:
Python version (e.g., Python 3.7.5): 3.9.2
Describe the current behavior
python xxx.py 时执行报错runtime error
Describe the expected behavior
代码执行成功
Steps to reproduce the issue
1,下载mindspore官网案例--快速入门,RNN,CycleGAN,ResNet50迁移学习,ResNet50图像分类 ,ViT,ShuffleNet,Pix2Pix,GAN,SSD,和Diffusion
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
0715_quick_pynative.log
0715_rnn_pynative.log
0629_pix2pix_infer_pynative.log
0629_shufflenet_infer_pynative_failed.log
6.21_cyclegan_pynative_infer.log
0607_diffusion_pynative.log
Special notes for this issue
The text was updated successfully, but these errors were encountered: