CUDA error: no kernel imagCUDA kernel errors might be asynchronously reported at some other API call

出错原因:cuda和pytorch的版本不匹配。
首先,我查看了运行项目所要用的pytorch版本是

torch 1.11.0+cu113

这里说明一下,cu113的意思是 python11.1.0对应的cuda版本是11.3
于是我在远程服务器上,创建了一个新的实例,并对镜像环境进行配置。配置完成后如下图所示:
CUDA error: no kernel imagCUDA kernel errors might be asynchronously reported at some other API call_第1张图片
实例创建完成后,通过pycharm进行ssh远程服务器连接。
CUDA error: no kernel imagCUDA kernel errors might be asynchronously reported at some other API call_第2张图片

具体连接步骤请参考autodl帮助文档
最后,如果自己电脑没有GPU或是内存有限的小伙伴。真心建议把数据部署到服务器上。

你可能感兴趣的:(科研日常,计算机视觉,深度学习)