aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/examples/speech_commands/train.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/examples/speech_commands/train.py')
-rw-r--r--tensorflow/examples/speech_commands/train.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/tensorflow/examples/speech_commands/train.py b/tensorflow/examples/speech_commands/train.py
index a4e80041f8..07c1919347 100644
--- a/tensorflow/examples/speech_commands/train.py
+++ b/tensorflow/examples/speech_commands/train.py
@@ -357,12 +357,14 @@ if __name__ == '__main__':
'--window_size_ms',
type=float,
default=30.0,
- help='How long each spectrogram timeslice is',)
+ help='How long each spectrogram timeslice is.',
+ )
parser.add_argument(
'--window_stride_ms',
type=float,
default=10.0,
- help='How long each spectrogram timeslice is',)
+ help='How far to move in time between spectogram timeslices.',
+ )
parser.add_argument(
'--dct_coefficient_count',
type=int,