cuda版本11.5 python版本3.9.12
终端使用命令pip install mindspore安装的mindspore2.2.0
代码通过ms.set_context(device_target='GPU', device_id=0)调用GPU
报错显示
RuntimeError:Unsupported device target GPU.This process only supports one of the['CPU'].Plese check whether the GPU environment is installed and configured correctly, and check whether current mindspore wheel package was built with "-e GPU". For details,please refer to "Device load error message".
cuda版本11.5 python版本3.9.12
终端使用命令pip install mindspore安装的mindspore2.2.0
代码通过ms.set_context(device_target='GPU', device_id=0)调用GPU
报错显示
RuntimeError:Unsupported device target GPU.This process only supports one of the['CPU'].Plese check whether the GPU environment is installed and configured correctly, and check whether current mindspore wheel package was built with "-e GPU". For details,please refer to "Device load error message".