aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples
diff options
context:
space:
mode:
authorGravatar Pete Warden <petewarden@google.com>2018-05-14 13:24:58 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-05-14 13:27:42 -0700
commit52cb1594172691bd6ea9048358652585f0ea1920 (patch)
tree33f89cc1fd85a3844bfd9c0e314d336f085c8c76 /tensorflow/examples
parente528e5ab82fafe1cf8f5d69f9b18426af1b51d09 (diff)
Updated speech commands example to use new dataset
PiperOrigin-RevId: 196557132
Diffstat (limited to 'tensorflow/examples')
-rw-r--r--tensorflow/examples/speech_commands/train.py2
1 files changed, 1 insertions, 1 deletions
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(