Difference between revisions of "TensorFlow 2016"

From HPC users
Jump to navigationJump to search
Line 20: Line 20:
This will show you basic informations e.g. a short description and the currently installed version.
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:
To load the desired version (e.g. 1.8), you must load the module as well as the environment:
  module load hpc-env/6.4
  module load hpc-env/6.4
  module load TensorFlow
  module load TensorFlow/1.8.0


== Documentation ==
== Documentation ==

Revision as of 11:39, 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 (e.g. 1.8), you must load the module as well as the environment:

module load hpc-env/6.4
module load TensorFlow/1.8.0

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