3090显卡适配的torch

RuntimeError: CUDA error: no kernel image is available for execution on the device

安装适用于GeForce RTX 3090显卡的pytorch

卸载当前版本的pytorch, 重新按照以下安装

pip uninstall torch
pip install torch==1.7.0+cu110 torchvision==0.8.1+cu110 torchaudio===0.7.0 -f https://download.pytorch.org/whl/torch_stable.html

 2022.9.17更新

https://blog.csdn.net/zxm_jimin/article/details/126860518

posted @ 2022-04-04 09:25  StarZhai  阅读(547)  评论(0编辑  收藏  举报