Trinity

From HPC users
Revision as of 10:19, 7 November 2018 by Schwietzer (talk | contribs)
Jump to navigationJump to search

Introduction

Installed version

Currently there is one version installed: On hpc-env/6.4

  • Theano/1.0.1-foss-2017b-Python-3.6.3

Using Theano

To use Theano, at first you have to load the corresponding module.

module load hpc-env/6.4
module load Theano

Afterwards, you have to start Python and import Theano:

python
from theano import *

Documentation

The full documentation can be found here. To learn how to use Theanos, you could also take a look at the tutorial.