Difference between revisions of "Tensorflow"

From SCECpedia
Jump to navigationJump to search
 
Line 6: Line 6:
  
 
Then use conda install to install rest of tensoflow libraries:
 
Then use conda install to install rest of tensoflow libraries:
 +
*[https://anaconda.org/conda-forge/tensorflow anaconda forge distribution site]
 +
 +
At command line type:
 +
  conda install -c conda-forge tensorflow
  
*conda install -c conda-forge tensorflow
 
 
== Related Entries ==
 
== Related Entries ==
 
*[[Machine Learning]]
 
*[[Machine Learning]]
 +
*[[Mining Seismic Wavefields]]

Latest revision as of 22:16, 9 June 2018

Several projects are using tensorflow. Here are instructions for getting started on Mac

We used the python 3.6 version of anaconda python and conda package manager.

Make sure python 3.6+ is installed on your mac.

Then use conda install to install rest of tensoflow libraries:

At command line type:

 conda install -c conda-forge tensorflow 

Related Entries