最近要学习GAN,用到的数据集比较大,复现的论文源码也是用gpu跑程序的,所以今天还是决定安装一下tensorflow-gpu
吃过几次手快的亏,现在知道了安装东西之前一定要先对对版本号。
https://blog.csdn.net/lien0906/article/details/106218443
相关博文
https://blog.csdn.net/marsh_zy/article/details/105718193
https://blog.csdn.net/qq_40986693/article/details/98848771
https://www.cnblogs.com/Assist/p/11002756.html
https://blog.csdn.net/li528405176/article/details/83154062
1、CUDA安装
首先查看系统信息,显卡是MX250,版本417.35
CUDA最高支持10.0.132
第一次参考https://blog.csdn.net/Isaac320/article/details/103609257
下载CUDA9.1版本无法安装,系统检测没通过。
查了原因让往版本高的方向试,重新下载10.0版本检测通过https://developer.nvidia.com/cuda-toolkit-archive
安装路径C:\Users\yaoho\AppData\Local\Temp\CUDA
再用cmd输入nvcc -V,测试了CUDA安装成功,能够显示版本号10.0