背景
机器:dell xps8920
系统:Ubuntu16.04(amd64)
显卡:gtx1080
python版本:python3.6
安装CUDA9.0
旧版本清理
sudo apt-get remove cuda
sudo apt-get autoclean
sudo apt-get remove cuda*
cd /usr/local/
sudo rm -r cuda*
官网下载cuda9.0
本文详细介绍了在Ubuntu16.04系统、配备GTX1080显卡的环境下,如何一步步安装CUDA9.0、cuDNN7.1以及TensorFlow1.6的过程,包括旧版本的清理、环境变量配置和验证安装成功的步骤。
背景
机器:dell xps8920
系统:Ubuntu16.04(amd64)
显卡:gtx1080
python版本:python3.6
安装CUDA9.0
旧版本清理
sudo apt-get remove cuda
sudo apt-get autoclean
sudo apt-get remove cuda*
cd /usr/local/
sudo rm -r cuda*
官网下载cuda9.0
5775
4004

被折叠的 条评论
为什么被折叠?