Difference between revisions of "Tensorflow Guide"
From Storrs HPC Wiki
Line 8: | Line 8: | ||
| help = [https://www.tensorflow.org/get_started/get_started documentation] | | help = [https://www.tensorflow.org/get_started/get_started documentation] | ||
}} | }} | ||
+ | |||
+ | =Current Supported Versions in HPC= | ||
+ | |||
+ | v0.12.1 cpu version (released by Dec 25, 2016) | ||
+ | |||
=Import Modules= | =Import Modules= |
Revision as of 12:56, 10 April 2017
Tensorflow | |
---|---|
Author | Google Brain Team |
Website | https://www.tensorflow.org/ |
Source | HistoryVersions |
Category | Machine Learning, Deep Neural Networks |
Help | documentation |
Current Supported Versions in HPC
v0.12.1 cpu version (released by Dec 25, 2016)
Import Modules
module load python/2.7.6-gcc-unicode
<nowiki></nowiki>