Blame view
egs/vystadial_cz/online_demo/run_live-demo.sh
342 Bytes
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
#!/bin/bash # source the settings . ./path.sh batch_size=4560 beam=12.0 latbeam=6.0 max_active=2000 # cgdb -q -x .gdbinit_faster --args python \ python \ live-demo.py $batch_size $WST \ --verbose=0 --lat-lm-scale=15 --config=$MFCC \ --beam=$beam --lattice-beam=$latbeam --max-active=$max_active \ $AM $HCLG `cat $SILENCE` $MAT |