Torch not compiled with CUDA enabled 解决办法

pycharm编译代码时遇到如下问题:

解决办法:

解决Torch not compiled with CUDA enabled 版本不兼容问题

即CUDA、torch的版本兼容问题是造成print(torch.cuda.is_available()) 返回false的一种原因

Torch not compiled with CUDA enabled 解决办法_第1张图片 

从卸载CUDA、torch,选择兼容版本,再到使用清华源,最后安装CUDA、torch的博客集合,作为解决方法:
如何查看torch版本:https://blog.csdn.net/weixin_47414034/article/details/124632748
如何查看cuda版本:https://blog.csdn.net/weixin_38723958/article/details/123143521

卸载torch:https://blog.csdn.net/zaf0516/article/details/103927989
卸载CUDA:https://blog.csdn.net/Zinnir/article/details/122766367

 

你可能感兴趣的:(python,深度学习,numpy)