Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
programming_languages:python:tensorflow [2018/09/29 15:24] – phreazer | programming_languages:python:tensorflow [2018/09/29 15:57] (current) – phreazer | ||
---|---|---|---|
Line 5: | Line 5: | ||
List installed packages | List installed packages | ||
- | apt list --installed | + | |
Find out CUDA version: | Find out CUDA version: | ||
Line 15: | Line 15: | ||
+ | ==== 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: | Prebuild tf binaries are using cuDNN 7.2, TensorRT 4 since v. 1.11.0: | ||