Difference between revisions of "PyTorch 2016"

From HPC users
Jump to navigationJump to search
(Created page with "== Introduction == == Installed version(s) == This version is installed and currently available on environment ''hpc-env/8.3'': *'''PyTorch/1.4.0'''-fosscuda-2019b-Python-...")
 
Line 1: Line 1:
== Introduction ==
== Introduction ==
PyTorch is n open source machine learning framework that accelerates the path from research prototyping to production deployment. [https://pytorch.org/ ¹]


== Installed version(s) ==
== Installed version(s) ==
Line 6: Line 8:


on environment ''hpc-env/8.3'':
on environment ''hpc-env/8.3'':
*'''PyTorch/1.4.0'''-fosscuda-2019b-Python-3.7.4
*'''PyTorch/1.4.0'''-fosscuda-2019b-Python-3.7.4
*'''PyTorch/1.6.0'''-fosscuda-2019b-Python-3.7.4
*'''PyTorch/1.6.0'''-fosscuda-2019b-Python-3.7.4


on environment ''hpc-env/8.3'':
on environment ''hpc-env/8.3'':
*'''PyTorch/1.0.1'''-foss-2017b-Python-3.6.3
*'''PyTorch/1.0.1'''-foss-2017b-Python-3.6.3


== Using PyTorch ==
== Loading / Using PyTorch ==




To load the desired version of the module, use the command, e.g.
To load the desired version of the module, use the command, e.g.


  module load hpc-env 8.3
  module load hpc-env/8.3
  module load PyTorch
  module load PyTorch


Line 32: Line 34:
== Documentation ==
== Documentation ==


The full documentation can be found [ here].
You can visit the [https://pytorch.org/ softwaree page] to get more information like [https://pytorch.org/docs/stable/index.html documents] and [https://pytorch.org/tutorials/ tutorials]

Revision as of 12:22, 9 November 2020

Introduction

PyTorch is n open source machine learning framework that accelerates the path from research prototyping to production deployment. ¹


Installed version(s)

This version is installed and currently available

on environment hpc-env/8.3:

  • PyTorch/1.4.0-fosscuda-2019b-Python-3.7.4
  • PyTorch/1.6.0-fosscuda-2019b-Python-3.7.4

on environment hpc-env/8.3:

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

Loading / Using PyTorch

To load the desired version of the module, use the command, e.g.

module load hpc-env/8.3
module load PyTorch

Always remember: this command is case sensitive!


If you want to find out more about PyTorchon the HPC cluster, you can use the command

module spider PyTorch

This will show you basic information e.g. a short description and the currently installed version.


Documentation

You can visit the softwaree page to get more information like documents and tutorials