Difference between revisions of "TensorFlow 2016"
From HPC users
Jump to navigationJump to search
Schwietzer (talk | contribs) |
Schwietzer (talk | contribs) |
||
Line 26: | Line 26: | ||
== Documentation == | == Documentation == | ||
For more information about how to use TensorFlow, you can take a look at the [https://www.tensorflow.org/tutorials/ tutorial]. | |||
Further information are also available on the [ homepage] | Further information are also available on the [https://www.tensorflow.org/ homepage] |
Revision as of 10:38, 29 October 2018
Introduction
Installed version
The currently installed versions are
on the environment hpc-env/6.4
TensorFlow/1.7.0-intel-2018a-Python-3.6.3 TensorFlow/1.8.0-intel-2018a-Python-3.6.3
on the environment hpc-uniol-env
Tensorflow/1.4.0-intel-2016b-Python-2.7.12
Using TensorFlow
If you want to find out more about Tensorflow on the HPC Cluster, you can use the command
module spider TensorFlow
This will show you basic informations e.g. a short description and the currently installed version.
To load the desired version, you must load the module as well as the environment:
module load hpc-env/6.4 module load TensorFlow
Documentation
For more information about how to use TensorFlow, you can take a look at the tutorial.
Further information are also available on the homepage