khanhld commited on
Commit
0946a47
·
verified ·
1 Parent(s): db47a0c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -109,7 +109,7 @@ This will download the model checkpoint to the checkpoints folder inside your ch
109
  python decode.py \
110
  --model_checkpoint path/to/local/chunkformer-large-en-libri-960h \
111
  --long_form_audio path/to/audio.wav \
112
- --max_duration 14400 \ #in second, default is 1800
113
  --chunk_size 64 \
114
  --left_context_size 128 \
115
  --right_context_size 128
 
109
  python decode.py \
110
  --model_checkpoint path/to/local/chunkformer-large-en-libri-960h \
111
  --long_form_audio path/to/audio.wav \
112
+ --total_batch_duration 14400 \ #in second, default is 1800
113
  --chunk_size 64 \
114
  --left_context_size 128 \
115
  --right_context_size 128