From b03ce1577a2a38cac28e21099853bc2aff1f97dc Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Fri, 6 Nov 2020 18:10:58 -0500 Subject: [PATCH 1/2] Rename speech_command_recognition_with_torchaudio.py to speech_command_recognition_with_torchaudio_tutorial.py Updated to run the tutorial at build time. --- ....py => speech_command_recognition_with_torchaudio_tutorial.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename intermediate_source/{speech_command_recognition_with_torchaudio.py => speech_command_recognition_with_torchaudio_tutorial.py} (100%) diff --git a/intermediate_source/speech_command_recognition_with_torchaudio.py b/intermediate_source/speech_command_recognition_with_torchaudio_tutorial.py similarity index 100% rename from intermediate_source/speech_command_recognition_with_torchaudio.py rename to intermediate_source/speech_command_recognition_with_torchaudio_tutorial.py From 52f51f7f3677fe3cde27ab457177814668120a29 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Fri, 6 Nov 2020 18:12:48 -0500 Subject: [PATCH 2/2] Update index.rst --- index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.rst b/index.rst index 2fd4ce3ebb8..7d40b343616 100644 --- a/index.rst +++ b/index.rst @@ -121,7 +121,7 @@ Welcome to PyTorch Tutorials :header: Speech Command Recognition :card_description: Learn how to correctly format an audio dataset and then train/test an audio classifier network on the dataset. :image: _static/img/thumbnails/cropped/torchaudio-speech.png - :link: intermediate/speech_command_recognition_with_torchaudio.html + :link: intermediate/speech_command_recognition_with_torchaudio_tutorial.html :tags: Audio .. Text @@ -467,7 +467,7 @@ Additional Resources :caption: Audio beginner/audio_preprocessing_tutorial - intermediate/speech_command_recognition_with_torchaudio + intermediate/speech_command_recognition_with_torchaudio_tutorial .. toctree:: :maxdepth: 2