라벨이 Tensorflow인 게시물 표시

ubuntu 16.04 :: cuda 9.0 설치하기

이미지
Ubuntu 16.04 Cuda 9.0 Install, Cudnn, tensorflow-gpu, nvidia-driver Ubuntu 16.04 Cuda 9.0 Install, Cudnn, tensorflow-gpu, nvidia-driver There is a issue on compatibility with tensorflow-gpu, cuda, cudnn and nvidia-driver. In this post I would like to introduce quite latest combination of these things. This post is for ubuntu 16.04 . If you are using ubuntu 18.04 go to here Install nvidia-driver-396 # nvidia driver 396 sudo apt install nvidia-kernel-source-396 sudo apt install nvidia-driver-396 Reboot the computer. install tensorflow-gpu pip install tensorflow-gpu == 1.12 install cuda 9.0 Execute this command. sudo apt-get install cuda-9-0 Go to the nvidia, and click the button like that image. You have to sign in to download it. https://developer.nvidia.com/cuda-90-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=deblocal Install base installer and all pa...

ubuntu 18.04 :: cuda 9.0 설치하기

이미지
Ubuntu 18.04 Cuda 9.0 , Cudnn, tensorflow-gpu, driver install Ubuntu 18.04 Cuda 9.0 , Cudnn, tensorflow-gpu, driver install This post is for ubuntu 18.04 . If you are using ubuntu 16.04 go to here . This is working combination of using tensorflow. tensorflow-gpu == v1.12.0 cuda == v9.0 cudnn== v7.3 nvidia-driver == v396 Install nvidia-driver-396 # install nvidia driver 396 sudo apt install nvidia-kernel-source-396 sudo apt install nvidia-driver-396 Reboot the computer. Install cuda 9.0 In Unbuntu 18.04 version nvidia does not support download in hompage. So we will use gcc6. sudo apt install gcc-6 sudo apt install g++-6 we will download cuda cd wget https://developer.nvidia.com/compute/cuda/9.0/Prod/local_installers/cuda_9.0.176_384.81_linux-run # we will extract it to $HOME directory cd chmod +x cuda_9.0.176_384.81_linux-run ./cuda_9.0.176_384.81_linux-run --extract = $HOME sudo sh cuda-linux.9.0.176-22781540.run r...

Ubuntu 16.04 Cuda 9.0 Install, Cudnn, tensorflow-gpu, nvidia-driver

이미지
Ubuntu 16.04 Cuda 9.0 Install, Cudnn, tensorflow-gpu, nvidia-driver Ubuntu 16.04 Cuda 9.0 Install, Cudnn, tensorflow-gpu, nvidia-driver There is a issue on compatibility with tensorflow-gpu, cuda, cudnn and nvidia-driver. In this post I would like to introduce quite latest combination of these things. This post is for ubuntu 16.04 . If you are using ubuntu 18.04 go to here Install nvidia-driver-396 # nvidia driver 396 sudo apt install nvidia-kernel-source-396 sudo apt install nvidia-driver-396 Reboot the computer. install tensorflow-gpu pip install tensorflow-gpu == 1.12 install cuda 9.0 Execute this command. sudo apt-get install cuda-9-0 Go to the nvidia, and click the button like that image. You have to sign in to download it. https://developer.nvidia.com/cuda-90-download-archive?target_os=Linux&target_arch=x86_64&target_distro=Ubuntu&target_version=1604&target_type=deblocal Install base installer and all patches. (Th...

Ubuntu 18.04 Cuda 9.0 , Cudnn, tensorflow-gpu, driver install

이미지
Ubuntu 18.04 Cuda 9.0 , Cudnn, tensorflow-gpu, driver install Ubuntu 18.04 Cuda 9.0 , Cudnn, tensorflow-gpu, driver install This post is for ubuntu 18.04 . If you are using ubuntu 16.04 go to here . This is working combination of using tensorflow. tensorflow-gpu == v1.12.0 cuda == v9.0 cudnn== v7.3 nvidia-driver == v396 Install nvidia-driver-396 # install nvidia driver 396 sudo apt install nvidia-kernel-source-396 sudo apt install nvidia-driver-396 Reboot the computer. Install cuda 9.0 In Unbuntu 18.04 version nvidia does not support download in hompage. So we will use gcc6. sudo apt install gcc-6 sudo apt install g++-6 we will download cuda cd wget https://developer.nvidia.com/compute/cuda/9.0/Prod/local_installers/cuda_9.0.176_384.81_linux-run # we will extract it to $HOME directory cd chmod +x cuda_9.0.176_384.81_linux-run ./cuda_9.0.176_384.81_linux-run --extract = $HOME sudo sh cuda-linux.9.0.176-22781540.run remove f...