File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ Welcome to PyTorch Tutorials
173
173
:tags: Audio
174
174
175
175
.. customcarditem ::
176
- :header: Speech Command Recognition
176
+ :header: Speech Command Classification
177
177
:card_description: Learn how to correctly format an audio dataset and then train/test an audio classifier network on the dataset.
178
178
:image: _static/img/thumbnails/cropped/torchaudio-speech.png
179
- :link: intermediate/speech_command_recognition_with_torchaudio_tutorial .html
179
+ :link: intermediate/speech_command_classification_with_torchaudio_tutorial .html
180
180
:tags: Audio
181
181
182
182
.. customcarditem ::
@@ -670,7 +670,7 @@ Additional Resources
670
670
beginner/audio_feature_augmentation_tutorial
671
671
beginner/audio_datasets_tutorial
672
672
intermediate/speech_recognition_pipeline_tutorial
673
- intermediate/speech_command_recognition_with_torchaudio_tutorial
673
+ intermediate/speech_command_classification_with_torchaudio_tutorial
674
674
intermediate/text_to_speech_with_torchaudio
675
675
intermediate/forced_alignment_with_torchaudio_tutorial
676
676
Original file line number Diff line number Diff line change 1
1
"""
2
- Speech Command Recognition with torchaudio
3
- ******************************************
2
+ Speech Command Classification with torchaudio
3
+ *********************************************
4
4
5
5
This tutorial will show you how to correctly format an audio dataset and
6
6
then train/test an audio classifier network on the dataset.
You can’t perform that action at this time.
0 commit comments