Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updating fisher_swbd nnet3/chain scripts: removing non-chain training… #2136

Merged
merged 2 commits into from Jan 10, 2018

Conversation

xiaohui-zhang
Copy link
Contributor

… scripts, updating ivector training scripts,.etc. @GaofengCheng please re-run and check in your latest chain model training scripts on top of this. Thanks.

… scripts, updating ivector training scripts,.etc
Copy link
Contributor

@danpovey danpovey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks. some small comments.

@@ -112,8 +112,12 @@ srcdict=$srcdir/swb_ms98_transcriptions/sw-ms98-dict.text
# assume swbd_p1_data_prep.sh was done already.
[ ! -f "$srcdict" ] && echo "No such file $srcdict" && exit 1;

rm -f $dir/lexicon0.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like using -f to make rm quiet. do rm with 2>/dev/null.

cp $srcdict $dir/lexicon0.txt || exit 1;
patch <local/dict.patch $dir/lexicon0.txt || exit 1;
chmod +x $srcdict $dir/lexicon0.txt
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't make sense to me. why make them executable?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry I meant +w. will fix

@GaofengCheng
Copy link
Contributor

@xiaohui-zhang will do

@danpovey danpovey merged commit e7e488e into kaldi-asr:master Jan 10, 2018
eginhard pushed a commit to eginhard/kaldi that referenced this pull request Jan 11, 2018
mahsa7823 pushed a commit to mahsa7823/kaldi that referenced this pull request Feb 28, 2018
Skaiste pushed a commit to Skaiste/idlak that referenced this pull request Sep 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants