recipes/conv_glu/librispeech/train.cfg (24 lines of code) (raw):

# Training config for Librispeech using Gated ConvNets # Replace `[...]`, `[MODEL_DST]`, `[DATA_DST]` with appropriate paths --runname=librispeech_conv_glu --rundir=[...] --tokensdir=[MODEL_DST]/am --archdir=[...] --train=[DATA_DST]/lists/train-clean-100.lst,[DATA_DST]/lists/train-clean-360.lst,[DATA_DST]/lists/train-other-500.lst --valid=dev-clean:[DATA_DST]/lists/dev-clean.lst,dev-other:[DATA_DST]/lists/dev-other.lst --lexicon=[MODEL_DST]/am/lexicon_train+dev.txt --arch=network.arch --tokens=tokens.txt --criterion=asg --lr=0.6 --lrcrit=0.006 --linseg=1 --momentum=0.8 --maxgradnorm=0.2 --replabel=2 --surround=| --onorm=target --sqnorm=true --mfsc=true --nthread=6 --batchsize=4 --transdiag=4 --filterbanks=40