- Notifications
You must be signed in to change notification settings - Fork 5.4k
missing make_corpus_subset.sh #1766
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
Conversation
| @jtrmal, can you look at this? |
| Ok. Will do. Y. …On Jul 16, 2017 9:10 PM, "Daniel Povey" ***@***.***> wrote: @jtrmal <https://github.com/jtrmal>, can you look at this? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#1766 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AKisXzKlL1ywRteAoRICC3Kg46IkYvENks5sOmAHgaJpZM4OY5Be> . |
| # Get the alignments as lattices (gives the chain training more freedom). | ||
| # use the same num-jobs as the alignments | ||
| steps/align_fmllr_lats.sh --nj 100 --cmd "$train_cmd" ${lores_train_data_dir} \ | ||
| steps/align_fmllr_lats.sh --nj $nj --cmd "$train_cmd" ${lores_train_data_dir} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@danpovey @johnjosephmorgan I know there was a conversation on this and I think at the end the sentiment was to leave 100 here?
| I think it's pretty harmless when you do squash-n-merge (after addressing the $nj vs 100). It has a lot of revisions because John didn't based it on the current head. |
| Yes, leave 100. …On Mon, Jul 17, 2017 at 12:28 PM, jtrmal ***@***.***> wrote: I think it's pretty harmless when you do squash-n-merge (after addressing the $nj vs 100). It has a lot of revisions because John didn't based it on the current head. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#1766 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADJVu6G7ywm6O2oKs7z5uDRXCnsFJcPJks5sO4qbgaJpZM4OY5Be> . |
| @johnjosephmorgan, can you change the --nj $nj back to --nj 100? |
* 'master' of https://github.com/kaldi-asr/kaldi: (36 commits) [scripts] Fix convert_nnet2_to_nnet3.py (kaldi-asr#1774) [egs] Add missing make_corpus_subset.sh in babel_multilang example (kaldi-asr#1766) [egs] Graphemic lexicon updates / fixes in babel/s5d recipe and hub4_spanish recipe (kaldi-asr#1740) [egs] update hkust results (kaldi-asr#1772) [egs] Update AMI chain experiments RE dropout, decay-time and proportional-shrink (kaldi-asr#1732) [egs] Fixes to the aishell (Mandarin) recipe (kaldi-asr#1770) [egs] Add recipe for aishell data (free Mandarin corpus, 170 hours total) (kaldi-asr#1742) [src] Change to arpa-reading code to accept blank lines with whitespace (kaldi-asr#1752) [scripts] For nnet3 training, add option to disable the model-combination (kaldi-asr#1757) [scripts] minor bugfix to nnet1 alignment script when creating lattices (kaldi-asr#1764) [src] Add support for row/column ranges when reading GeneralMatrix (kaldi-asr#1761) [src] Change name of option --norm-mean->--norm-means for consistency, thanks: 415198468@qq.com [egs] swbd/s5c, added 5 layer (b)lstm recipes (kaldi-asr#1759) [scripts] Fix bug in segment_long_utterances.sh (kaldi-asr#1758) [src] Fix indexing error in nnet1::Convolutional2DComponent (kaldi-asr#1755) [src] Fix usage message of program (thanks:jubang0219@gmail.com) [egs] some small updates to scripts (installing beamformit; segmentation example) [egs] Small fix to ami/s5b/local/chain/compare_wer_general.sh (kaldi-asr#1751) [build] Add configuration check for incompatible g++ compilers when CUDA is enabled. (kaldi-asr#1749) [egs] Update Librispeech nnet3 TDNN recipe (old one did not run) (kaldi-asr#1727) ...
The run-4-anydecod-langs.sh script calls local/make_corpus_subset.sh, but this script is not there. I copied the script from babel/s5d.