update timestamps argument
Browse files
README.md
CHANGED
@@ -367,7 +367,7 @@ python scripts/speech_to_text_aed_chunked_infer.py \
|
|
367 |
chunk_len_in_secs=40.0 \
|
368 |
batch_size=1 \
|
369 |
decoding.beam.beam_size=1 \
|
370 |
-
|
371 |
```
|
372 |
|
373 |
**Note** that for longform inference with timestamps, it is recommended to use `chunk_len_in_secs` of 10 seconds.
|
|
|
367 |
chunk_len_in_secs=40.0 \
|
368 |
batch_size=1 \
|
369 |
decoding.beam.beam_size=1 \
|
370 |
+
timestamps=False
|
371 |
```
|
372 |
|
373 |
**Note** that for longform inference with timestamps, it is recommended to use `chunk_len_in_secs` of 10 seconds.
|