From a94b44736d61bb15b81a82db5fb57d2156f3d0fd Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Fri, 13 Nov 2020 14:23:29 -0500 Subject: [PATCH] Update speech_command_recognition_with_torchaudio.py Fix for index title issue. --- .../speech_command_recognition_with_torchaudio.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.