跳到主要內容

發表文章

目前顯示的是有「NVidia graphic card」標籤的文章

Install tensorflow-gpu in Ubuntu 18.04

Ubuntu version: 18.04 LTS NVidia graphic card: NVidia 1080 NVidia graphic driver: 410.93 CUDA : 9.0 Cudnn : 7.0. Tensorflow-gpu : how to check nvidia driver version: 1.  $ nvidia-smi check cuda version:     cat /usr/local/cuda/version.txt     nvcc --version Installing Tensorflow GPU on Ubuntu 18.04 LTS for deepfake https://medium.com/@taylordenouden/installing-tensorflow-gpu-on-ubuntu-18-04-89a142325138  ***** step1:nvidia driver     https://www.geforce.com.tw/drivers     sudo ./NVIDIA-Linux-x86_64-410.93.run     出現 Would you like to run the nvidia-xconfig utility to automatically update your X configuration file        so that the NVIDIA X driver will be used when you restart X?         Any pre-existing X configuration file will be backed up        回答:Yes  (注意預設值是No) OR: ...