ankitapasad commited on
Commit
5b796c8
·
verified ·
1 Parent(s): acd3dc8

update timestamps argument

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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
- compute_timestamps=False
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.