Skip to content

Commit 18905c9

Browse files
authored
Rename speech command recognition to speech command classification (#1732)
Speech command recognition sounds like it is dectation task or wake-up word detection, while the tutorial is about classification of audio files.
1 parent 5d5f450 commit 18905c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ Welcome to PyTorch Tutorials
173173
:tags: Audio
174174

175175
.. customcarditem::
176-
:header: Speech Command Recognition
176+
:header: Speech Command Classification
177177
:card_description: Learn how to correctly format an audio dataset and then train/test an audio classifier network on the dataset.
178178
: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
180180
:tags: Audio
181181

182182
.. customcarditem::
@@ -670,7 +670,7 @@ Additional Resources
670670
beginner/audio_feature_augmentation_tutorial
671671
beginner/audio_datasets_tutorial
672672
intermediate/speech_recognition_pipeline_tutorial
673-
intermediate/speech_command_recognition_with_torchaudio_tutorial
673+
intermediate/speech_command_classification_with_torchaudio_tutorial
674674
intermediate/text_to_speech_with_torchaudio
675675
intermediate/forced_alignment_with_torchaudio_tutorial
676676

intermediate_source/speech_command_recognition_with_torchaudio_tutorial.py renamed to intermediate_source/speech_command_classification_with_torchaudio_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Speech Command Recognition with torchaudio
3-
******************************************
2+
Speech Command Classification with torchaudio
3+
*********************************************
44
55
This tutorial will show you how to correctly format an audio dataset and
66
then train/test an audio classifier network on the dataset.

0 commit comments

Comments
 (0)