Skip to content

Commit c2877f3

Browse files
committed
update title.
1 parent 38e9e34 commit c2877f3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

beginner_source/audio_preprocessing_tutorial.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
torchaudio Tutorial
3-
===================
2+
Audio I/O and Pre-Processing with torchaudio
3+
============================================
44
55
PyTorch is an open source deep learning platform that provides a
66
seamless path from research prototyping to production deployment with
@@ -10,7 +10,8 @@
1010
preparation. ``torchaudio`` leverages PyTorch’s GPU support, and provides
1111
many tools to make data loading easy and more readable. In this
1212
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.
1415
1516
For this tutorial, please make sure the ``matplotlib`` package is
1617
installed for easier visualization.

0 commit comments

Comments
 (0)