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