TensorFlow 2016

From HPC users
Revision as of 11:31, 29 October 2018 by Schwietzer (talk | contribs) (Created page with "== Introduction == == Installed version == The currently installed version is '''''' on the environment ''hpc-env/6.4''. == Using Tensorflow == If you want to find out m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

Installed version

The currently installed version is ' on the environment hpc-env/6.4.

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

The full documentation about Tensorflow Lisa can be found [ here].

Further information are also available on the [ homepage]