Spaces:
Runtime error
Runtime error
File size: 403 Bytes
09481f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[input]
modality=video
v_fps=30
[model]
v_fps=25
model_path=benchmarks/TCDTIMIT/models/TCDTIMIT_V_WER21.8/model.pth
model_conf=benchmarks/TCDTIMIT/models/TCDTIMIT_V_WER21.8/model.json
rnnlm=benchmarks/TCDTIMIT/language_models/lm_en/model.pth
rnnlm_conf=benchmarks/TCDTIMIT/language_models/lm_en/model.json
[decode]
beam_size=40
penalty=0.5
maxlenratio=0.0
minlenratio=0.0
ctc_weight=0.1
lm_weight=0.6
|