Difference between revisions of "Tensorflow"

From GISAXS
Jump to: navigation, search
(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...")
(No difference)

Revision as of 13:53, 13 September 2016

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