解决pytorch的torch.cuda.is_available()为false的问题
在初次使用pytorch时遇到gpu无法加速的问题。查了一圈,发现可能是下载的pytorch不支持gpu加速。需要重新安装。
参考:https://blog.csdn.net/xiaosongshine/article/details/89401522
查看conda list
不支持gpu加速
删除
conda uninstall
重新安装
官网链接:https://pytorch.org/