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

Modified ResizeOutputLayer method in nnet-nnet.cc #7

Closed
wants to merge 1 commit into from

Conversation

vijayaditya
Copy link
Contributor

Modified ResizeOutputLayer method in nnet-nnet.cc to accommodate networks with FixedScaleComponents

@jtrmal
Copy link
Contributor

jtrmal commented Jul 22, 2015

I applied the patch. Vijay, thanks for it

Git complained about the trailing whitespaces:

src/7.patch:83: trailing whitespace.
has_fixed_scale_component = true;
src/7.patch:87: 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
the patch? If you can, run cpplint.py on it just to make sure there are not
other issues...
While you are on it, I'll run the recipe to see if that solves the issues.
y.

On Wed, Jul 22, 2015 at 2:33 AM, Vijayaditya Peddinti <
[email protected]> wrote:

Modified ResizeOutputLayer method in nnet-nnet.cc to accommodate networks

with FixedScaleComponents

You can view, comment on, or merge this pull request online at:

#7
Commit Summary

  • Modified ResizeOutputLayer method in nnet-nnet.cc to accommodate
    networks with FixedScaleComponents

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#7.

@jtrmal
Copy link
Contributor

jtrmal commented Jul 22, 2015

Vijay, I think there is missing either

this->SetIndexes();

before you call this->Check(); or SetIndex() on the new_ac component.
y.

On Wed, Jul 22, 2015 at 8:59 AM, Jan Trmal [email protected] wrote:

I applied the patch. Vijay, thanks for it

Git complained about the trailing whitespaces:

src/7.patch:83: trailing whitespace.
has_fixed_scale_component = true;
src/7.patch:87: 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
the patch? If you can, run cpplint.py on it just to make sure there are not
other issues...
While you are on it, I'll run the recipe to see if that solves the issues.
y.

On Wed, Jul 22, 2015 at 2:33 AM, Vijayaditya Peddinti <
[email protected]> wrote:

Modified ResizeOutputLayer method in nnet-nnet.cc to accommodate networks

with FixedScaleComponents

You can view, comment on, or merge this pull request online at:

#7
Commit Summary

  • Modified ResizeOutputLayer method in nnet-nnet.cc to accommodate
    networks with FixedScaleComponents

File Changes

Patch Links:


Reply to this email directly or view it on GitHub
#7.

@jtrmal jtrmal self-assigned this Jul 22, 2015
@jtrmal jtrmal closed this Jul 22, 2015
@vijayaditya vijayaditya mentioned this pull request Jul 22, 2015
KarelVesely84 pushed a commit to KarelVesely84/kaldi that referenced this pull request Jul 23, 2015
vimalmanohar referenced this pull request in vimalmanohar/kaldi Nov 4, 2016
ivector-extract-dense.cc now functions as specified
@danpovey danpovey mentioned this pull request Feb 7, 2017
@danpovey danpovey mentioned this pull request Mar 7, 2017
Szu-JuiChen referenced this pull request in Szu-JuiChen/kaldi Mar 12, 2018
Alignment issue fixed; LSTM LM nbest rescore is now working correctly though it is still slow.
ChunChiehChang pushed a commit to ChunChiehChang/kaldi that referenced this pull request May 13, 2018
ryanleary pushed a commit to ryanleary/kaldi that referenced this pull request Nov 1, 2018
desh2608 pushed a commit to desh2608/kaldi that referenced this pull request Jul 13, 2020
WIP: Bug fixes in previous PR for track 2
desh2608 added a commit to desh2608/kaldi that referenced this pull request Sep 11, 2020
abavisani pushed a commit to abavisani/kaldi that referenced this pull request Oct 29, 2020
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.

2 participants