Torchaudio 2016

From HPC users
Revision as of 14:28, 1 April 2022 by Schwietzer (talk | contribs) (Created page with "== Introduction == Torchaudio is a library for audio and signal processing with PyTorch. It provides I/O, signal and data processing functions, datasets, model implementations and application components. [https://pytorch.org/audio/stable/index.html <sup>1</sup>] == Installed version(s) == The following versions are installed and currently available... <br/> ... on environment ''hpc-env/8.3'': *'''torchaudio/0.6.0'''-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0 == Loading...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Introduction

Torchaudio is a library for audio and signal processing with PyTorch. It provides I/O, signal and data processing functions, datasets, model implementations and application components. 1

Installed version(s)

The following versions are installed and currently available...

... on environment hpc-env/8.3:

  • torchaudio/0.6.0-fosscuda-2019b-Python-3.7.4-PyTorch-1.6.0

Loading Torchaudio

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

module load hpc-env/8.3
module load torchaudio

Always remember: this commands are case sensitive!


Documentation

The full documentation can be found here.