From 7ba75f6fe1bf77a831581bea75e3472d5038ca2c Mon Sep 17 00:00:00 2001 From: xiaohou Date: Thu, 18 Nov 2021 15:45:47 +0800 Subject: [PATCH] Update prepare_speech_command.py --- examples/speechcommand_v1/s0/local/prepare_speech_command.py | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/speechcommand_v1/s0/local/prepare_speech_command.py b/examples/speechcommand_v1/s0/local/prepare_speech_command.py index f7898f3..d2d198f 100644 --- a/examples/speechcommand_v1/s0/local/prepare_speech_command.py +++ b/examples/speechcommand_v1/s0/local/prepare_speech_command.py @@ -1,6 +1,5 @@ #!/usr/bin/env python import os -import sys import argparse CLASSES = 'unknown, yes, no, up, down, left, right, on, off, stop, go'.split(