Difference between revisions of "TensorFlow 2016"

From HPC users
Jump to navigationJump to search
(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...")
 
Line 4: Line 4:
== Installed version ==
== Installed version ==


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


== Using Tensorflow ==
''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
If you want to find out more about Tensorflow on the HPC Cluster, you can use the command


  module spider Tensorflow
  module spider TensorFlow


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.
Line 16: Line 22:
To load the desired version, you must load the module as well as the environment:
To load the desired version, 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


== Documentation ==
== Documentation ==


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


Further information are also available on the [ homepage]
Further information are also available on the [ homepage]

Revision as of 11:36, 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

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

Further information are also available on the [ homepage]