File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
"""
2
- torchaudio Tutorial
3
- ===================
2
+ Audio I/O and Pre-Processing with torchaudio
3
+ ============================================
4
4
5
5
PyTorch is an open source deep learning platform that provides a
6
6
seamless path from research prototyping to production deployment with
10
10
preparation. ``torchaudio`` leverages PyTorch’s GPU support, and provides
11
11
many tools to make data loading easy and more readable. In this
12
12
tutorial, we will see how to load and preprocess data from a simple
13
- dataset.
13
+ dataset. Please visit
14
+ `Audio I/O and Pre-Processing with torchaudio <https://pytorch.org/tutorials/beginner/audio_preprocessing_tutorial.html>`__ to learn more.
14
15
15
16
For this tutorial, please make sure the ``matplotlib`` package is
16
17
installed for easier visualization.
You can’t perform that action at this time.
0 commit comments