-
Notifications
You must be signed in to change notification settings - Fork 15
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
sequence: Changing priors update #32
base: shortcut
Are you sure you want to change the base?
Conversation
…AMI; a fix to aspire recipe (kaldi-asr#1314) * added reverberated TDNN+LSTM recipe on AMI; a fix to aspire recipe * added script version number
…xconfig descriptors (kaldi-asr#1338)
…tive training scripts
Conflicts: src/nnet3/nnet-general-component.cc
nnet3-compute-from-egs $prior_gpu_opt --apply-exp=true \ | ||
"$model" ark:- ark:- \| \ | ||
matrix-sum-rows ark:- ark:- \| vector-sum ark:- $dir/post.$iter.JOB.vec || exit 1; | ||
else | ||
$cmd JOB=1:$num_jobs_compute_prior $prior_queue_opt $dir/log/get_post.$iter.JOB.log \ | ||
nnet3-discriminative-copy-egs ark:$egs_dir/$egs_type.$egs_part.ark ark:- \| \ | ||
nnet3-discriminative-subset-egs --srand=JOB --n=$prior_subset_size ark:- ark:- \| \ | ||
nnet3-discriminative-merge-egs ark:- ark:- \| \ | ||
nnet3-discriminative-merge-egs --minibatch-size=$minibatch_size ark:- ark:- \| \ |
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.
looks good generally...
what do you think about changing the $iter.adj.mdl
to ${iter}_adj.mdl
...
my concern is that with $iter.adj
, it may not be clear to the user that the whole
string $iter.adj
is treated as the iteration number for the purposes of the decoding script.
With an underscore separation, it's a little easier to see that they hang together.
… issue that Alexander Gorodetski pointed out on list RE a warning.
Thanks-- merging. |
Oh, wait, sorry... I've moved the main development to the 'shortcut' branch in the official Kaldi repo, this branch is dead now. |
cd6e0ae
to
56a1970
Compare
No description provided.