Tensorflow

From GISAXS
Revision as of 13:53, 13 September 2016 by KevinYager (talk | contribs) (Created page with "'''TensorFlow''' is an open source library for deep learning. ==Installation instructions== ===Virtualenv method=== Detailed instructions are provided on the [https://www.ten...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

TensorFlow is an open source library for deep learning.

Installation instructions

Virtualenv method

Detailed instructions are provided on the TensorFlow website.

  1. Install CUDA
    1. Download CUDA from the nVidia site (CUDA toolkit 7.5):
      wget http://developer.download.nvidia.com/compute/cuda/7.5/Prod/local_installers/cuda-repo-ubuntu1504-7-5-local_7.5-18_amd64.deb
    2. Install deb (c.f. instructions here):
      sudo dpkg -i cuda-repo-ubuntu1404_7.5-18_amd64.deb


See Also