Tensorflow

From SCECpedia
Revision as of 22:14, 9 June 2018 by Maechlin (talk | contribs) (Created page with "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 sur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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:

  • conda install -c conda-forge tensorflow

Related Entries