Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
programming_languages:python:tensorflow [2018/09/29 15:17] – created phreazer | programming_languages:python:tensorflow [2018/09/29 15:57] (current) – phreazer | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Tensorflow ====== | ====== Tensorflow ====== | ||
+ | |||
+ | ====== Installation ====== | ||
+ | ===== Prereqs ===== | ||
+ | |||
+ | List installed packages | ||
+ | apt list --installed | ||
+ | |||
+ | Find out CUDA version: | ||
+ | nvcc --version | ||
+ | cat / | ||
+ | |||
+ | Find out cuDNN version: | ||
+ | cat / | ||
+ | |||
+ | |||
+ | ==== Install Cuda 9 ==== | ||
+ | sudo apt-get install cuda-libraries-9-0 | ||
+ | |||
+ | |||
+ | Tensorflow prebuilts CUDA 9.0 | ||
+ | Prebuild tf binaries are using cuDNN 7.2, TensorRT 4 since v. 1.11.0: | ||
+ | |||
+ | |||