-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Modified ResizeOutputLayer method in nnet-nnet.cc #7
Conversation
…orks with FixedScaleComponents
I applied the patch. Vijay, thanks for it Git complained about the trailing whitespaces: src/7.patch:83: trailing whitespace. src/7.patch:108: trailing whitespace. warning: 3 lines add whitespace errors. IIRC, those are against the google style as well. Could you please revise On Wed, Jul 22, 2015 at 2:33 AM, Vijayaditya Peddinti <
|
Vijay, I think there is missing either this->SetIndexes(); before you call this->Check(); or SetIndex() on the new_ac component. On Wed, Jul 22, 2015 at 8:59 AM, Jan Trmal [email protected] wrote:
|
ivector-extract-dense.cc now functions as specified
Alignment issue fixed; LSTM LM nbest rescore is now working correctly though it is still slow.
Madcat ar 2
Fixes issue kaldi-asr#7
WIP: Bug fixes in previous PR for track 2
Sync from Piotr to my branch
Modified ResizeOutputLayer method in nnet-nnet.cc to accommodate networks with FixedScaleComponents