You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/egs/wsj/s5/steps/decode.sh b/egs/wsj/s5/steps/decode.sh
index 8c85724c0..ab12bdcc4 100755
--- a/egs/wsj/s5/steps/decode.sh+++ b/egs/wsj/s5/steps/decode.sh@@ -122,7 +122,7 @@ if [ $stage -le 0 ]; then
{ echo "$0: Error: Mismatch in number of pdfs with $model"; exit 1; }
fi
$cmd --num-threads $num_threads JOB=1:$nj $dir/log/decode.JOB.log \
- gmm-latgen-faster$thread_string --max-active=$max_active --beam=$beam --lattice-beam=$lattice_beam \+ gmm-latgen-simple --beam=$beam --lattice-beam=$lattice_beam \
--acoustic-scale=$acwt --allow-partial=true --word-symbol-table=$graphdir/words.txt $decode_extra_opts \
$model $graphdir/HCLG.fst "$feats" "ark:|gzip -c > $dir/lat.JOB.gz" || exit 1;
fi
With the above changes, the following code breaks
cd egs/yesno/s5
./run.sh
with the following error logs:
steps/decode.sh --nj 1 --cmd utils/run.pl exp/mono0a/graph_tgpr data/test_yesno exp/mono0a/decode_test_yesno
decode.sh: feature type is delta
run.pl: job failed, log is in exp/mono0a/decode_test_yesno/log/decode.1.log
grep: exp/mono0a/decode_test_yesno/wer_*: No such file or directory
With the above changes, the following code breaks
cd egs/yesno/s5 ./run.sh
with the following error logs:
The text was updated successfully, but these errors were encountered: