PyTorch 2016
From HPC users
Revision as of 11:22, 9 November 2020 by Schwietzer (talk | contribs)
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