1. 先安裝anaconda???
anaconda 下載地址?https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/Anaconda3-2019.10-Linux-x86_64.sh
? 終端進入下載目錄? sh Anaconda3-2019.10-Linux-x86_64.sh
2. cuda安裝
conda install cudatoolkit=10.0.1 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64/
3. cudnn安裝
conda install cudnn=7.0.5 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64/
4.tensorflow-gpu安裝
conda install tensorflow-gpu==1.15.0 -c https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/main/linux-64/