RTX 3090运行pytorch报错CUDA error: no kernel image is available for execution on the device

安装适用于GeForce RTX 3090显卡的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

你可能感兴趣的:(错误合集,pytorch,深度学习,机器学习)