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

'steps/nnet3/make_bottleneck_features.sh', add online-cmvn support #4023

Merged
merged 1 commit into from
Apr 2, 2020

Conversation

KarelVesely84
Copy link
Contributor

No description provided.

@danpovey danpovey merged commit fa95730 into kaldi-asr:master Apr 2, 2020
danpovey pushed a commit that referenced this pull request Apr 9, 2020
… (#4033)

- tcp-server:
  - fixing a bug in ivector extractor with weighted frames,
  - it was occuring during hang-up, the weights were incomplete (not updated...)
  - and it was failing in this way:
  ```ASSERTION_FAILED
  (online2-tcp-nnet3-decode-faster[5.5.675-0185c]:UpdateStatsUntilFrameWeighted():online-ivector-feature.cc:285)
  Assertion failed: (frame >= 0 && frame < this->NumFramesReady() &&
  delta_weights_provided_ && ! updated_with_no_delta_weights_ && frame
  <= most_recent_frame_with_weight_)```

- make_bottleneck_features: there was a bug in CMVN pipeline that i recently introduced (sorry about that...)
pc-seawind pushed a commit to pc-seawind/kaldi that referenced this pull request Jun 4, 2020
pc-seawind pushed a commit to pc-seawind/kaldi that referenced this pull request Jun 4, 2020
…di-asr#4023 (kaldi-asr#4033)

- tcp-server:
  - fixing a bug in ivector extractor with weighted frames,
  - it was occuring during hang-up, the weights were incomplete (not updated...)
  - and it was failing in this way:
  ```ASSERTION_FAILED
  (online2-tcp-nnet3-decode-faster[5.5.675-0185c]:UpdateStatsUntilFrameWeighted():online-ivector-feature.cc:285)
  Assertion failed: (frame >= 0 && frame < this->NumFramesReady() &&
  delta_weights_provided_ && ! updated_with_no_delta_weights_ && frame
  <= most_recent_frame_with_weight_)```

- make_bottleneck_features: there was a bug in CMVN pipeline that i recently introduced (sorry about that...)
@KarelVesely84 KarelVesely84 deleted the online_cmvn_to_nnet3_bnf branch November 5, 2020 19:16
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