diff --git a/intermediate_source/speech_command_recognition_with_torchaudio.py b/intermediate_source/speech_command_recognition_with_torchaudio.py index 8ef7b161a28..519e714abe3 100644 --- a/intermediate_source/speech_command_recognition_with_torchaudio.py +++ b/intermediate_source/speech_command_recognition_with_torchaudio.py @@ -1,6 +1,6 @@ """ Speech Command Recognition with torchaudio -========================================== +****************************************** This tutorial will show you how to correctly format an audio dataset and then train/test an audio classifier network on the dataset.