Blame view
egs/vystadial_cz/online_demo/display_gmm_latgen.sh
160 Bytes
8dcb6dfcb first commit |
1 2 3 4 5 6 7 8 |
#!/bin/bash # source the settings . ./path.sh for n in `cut -d' ' -f1 $wav_scp` ; do utils/show_lattice.sh --mode save --format svg $n $lattice $wst done |