recipes/conv_glu/librispeech/decode_other.cfg (16 lines of code) (raw):
# Decoding config for Librispeech using Gated ConvNets
# Replace `[...]`, `[DATA_DST]`, `[MODEL_DST]` with appropriate paths
# for test-other (best params for dev-other)
--am=[...]/001_model_dev-other.bin
--tokensdir=[MODEL_DST]/am
--tokens=tokens.txt
--lexicon=[MODEL_DST]/decoder/lexicon.txt
--lm=[MODEL_DST]/decoder/4-gram.bin
--datadir=[DATA_DST]/lists
--test=test-other.lst
--sclite=[...]
--lmweight=4
--wordscore=2
--beamsize=2500
--beamthreshold=40
--silweight=-1
--nthread_decoder=8
--smearing=max
--show=true