From 52cb1594172691bd6ea9048358652585f0ea1920 Mon Sep 17 00:00:00 2001 From: Pete Warden Date: Mon, 14 May 2018 13:24:58 -0700 Subject: Updated speech commands example to use new dataset PiperOrigin-RevId: 196557132 --- tensorflow/examples/speech_commands/train.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tensorflow/examples') diff --git a/tensorflow/examples/speech_commands/train.py b/tensorflow/examples/speech_commands/train.py index f084931215..fc28eb0631 100644 --- a/tensorflow/examples/speech_commands/train.py +++ b/tensorflow/examples/speech_commands/train.py @@ -288,7 +288,7 @@ if __name__ == '__main__': '--data_url', type=str, # pylint: disable=line-too-long - default='http://download.tensorflow.org/data/speech_commands_v0.01.tar.gz', + default='http://download.tensorflow.org/data/speech_commands_v0.02.tar.gz', # pylint: enable=line-too-long help='Location of speech training data archive on the web.') parser.add_argument( -- cgit v1.2.3