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

Clarify README's RE s5 recipes.

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@907 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 81872dac
No related branches found
No related tags found
No related merge requests found
......@@ -28,3 +28,7 @@ scripts at the moment.
s4: A recipe based on freely available subset of RM data. The recipe uses
Sphinx feature files distributed by CMU and metadata available on LDC
website. Script and data layouts are based on egs/rm/s3.
s5: This is the "new-new-style" recipe. It's not yet finished. It will
run up to a certain point. All further work will be on top of this
style of recipe.
......@@ -123,6 +123,9 @@ steps/decode_fmllr.sh --nj 20 --cmd "$decode_cmd" --alignment-model exp/tri3b/fi
--adapt-model exp/tri3b/final.mdl exp/tri3b/graph data/test exp/tri3b_mmi/decode || exit 1;
# TEMP... not finished past here.
# Things below here are commands from the old run.sh,
# and I have to change them for the current run.sh.
exit 0;
......
......@@ -17,8 +17,8 @@ scripts for a sequence of experiments.
data, just what is in the LDC corpus. As a result there is a
high-perplexity language model and small dictionary.
s5:
This is the "new-new-style" recipe. It's currently (late April 2012)
being worked on actively and may change substantially.
s5: This is the "new-new-style" recipe. It's not yet finished. It will
run up to a certain point. All further work will be on top of this
style of recipe.
......@@ -362,7 +362,9 @@ steps/train_mmi.sh --cmd "$train_cmd" --boost 0.1 \
data/train_si284 data/lang exp/tri4b_ali_si284 exp/tri4b_denlats_si284 \
exp/tri4b_mmi_b0.1 || exit 1;
## I AM HERE
## I AM HERE. Things below here are commands from the old run.sh,
# and I have to change them for the current run.sh.
exit 0;
steps/train_lda_etc_mmi.sh --nj 40 --cmd "$train_cmd" \
data/train_si284 data/lang exp/tri4b_ali_si284 exp/tri4b_denlats_si284 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment