Skip to content
Snippets Groups Projects
Commit 701775fd authored by Dan Povey's avatar Dan Povey
Browse files

Fixes to SGMM training scripts.

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@14 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent e7ee0537
Branches
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ rm $dir/0.ali
# Make training graphs
echo "Compiling training graphs"
compile-train-graphs $dir/tree $dir/1.mdl data/L.fst ark:data/train.tra \
compile-train-graphs $dir/tree $dir/0.mdl data/L.fst ark:data/train.tra \
"ark:|gzip -c >$dir/graphs.fsts.gz" 2>$dir/compile_graphs.log || exit 1
iter=0
......
......@@ -102,7 +102,7 @@ rm $dir/0.ali
# Make training graphs
echo "Compiling training graphs"
compile-train-graphs $dir/tree $dir/1.mdl data/L.fst ark:data/train.tra \
compile-train-graphs $dir/tree $dir/0.mdl data/L.fst ark:data/train.tra \
"ark:|gzip -c >$dir/graphs.fsts.gz" 2>$dir/compile_graphs.log || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment