xconfig : Added delay option for FixedAffineLayer. This will be used …#1540
Merged
danpovey merged 2 commits intokaldi-asr:masterfrom Apr 12, 2017
Merged
xconfig : Added delay option for FixedAffineLayer. This will be used …#1540danpovey merged 2 commits intokaldi-asr:masterfrom
danpovey merged 2 commits intokaldi-asr:masterfrom
Conversation
…for ensuring the model specified in ref.config has at least the context required by the model specified in init.config
danpovey
reviewed
Apr 11, 2017
| if ((contexts['init']['left-context'] > contexts['ref']['left-context']) | ||
| or (contexts['init']['right-context'] > contexts['ref']['right-context'])): | ||
| raise Exception("Model specified in {0}/init.config requires greater" | ||
| " context than the model specified in {0}/ref.config.") |
Contributor
There was a problem hiding this comment.
perhaps you could mention the existence of the 'delay' option in this message?
Contributor
Author
|
Comparing performance with #1516 (lstm_6k_sp_nodelay) # local/chain/compare_wer_general.sh lstm_6k_sp_nodelay lstm_6k_sp
# System lstm_6k_sp_nodelay lstm_6k_sp
# WER on train_dev(tg) 14.50 14.36
# WER on train_dev(fg) 13.36 13.24
# WER on eval2000(tg) 17.1 17.1
# WER on eval2000(fg) 15.6 15.2
# Final train prob -0.095 -0.100
# Final valid prob -0.113 -0.116
# Final train prob (xent) -1.271 -1.302
# Final valid prob (xent) -1.3479 -1.3596
|
Contributor
Author
|
@danpovey testing complete. ready for review and merge. |
david-ryan-snyder
pushed a commit
to david-ryan-snyder/kaldi
that referenced
this pull request
Apr 12, 2017
…h label delay (kaldi-asr#1540) xconfig : Added delay option for FixedAffineLayer. This will be used for ensuring the model specified in ref.config has at least the context required by the model specified in init.config
kronos-cm
added a commit
to kronos-cm/kaldi
that referenced
this pull request
Apr 28, 2017
* 'master' of https://github.com/kaldi-asr/kaldi: (21 commits) [egs] bug-fix in egs/ami/s5/run_ihm.sh (kaldi-asr#1577) [src] Minor bug-fixes in compute-wer-bootci and WSJ run.sh. Thanks: @osadjadi [egs] Add soft link for mini-librispeech setup [egs] adding results and cleanup in mini-librispeech [egs] Add mini-librispeech example scripts [intended as a sanity-checker/tutorial setup] (kaldi-asr#1566) [src] Fix to testing code signal-test.cc, change threshold to resolve failure (kaldi-asr#1565) [src] Add documentation for dropout function. [src,scripts,egs] Add dropout for nnet3 LSTMs, with recipes. (kaldi-asr#1537) [src] nnet3 online silence weighting - adding frame subsampling factor (kaldi-asr#1559) [doc] Small edit to hmm.dox, clarifying something [egs] Added check for kaldi_lm being installed in fisher_swbd recipe. (kaldi-asr#1558) Update travis.yml so PRs to kaldi_52 are built [srcipts] steps/nnet3/report/generate_plots.py: plot 5,50,95th percentile of value and derivative instead of mean+-stddev (kaldi-asr#1472) [egs] AMI TDNN Results Update (kaldi-asr#1545) [src] add template instantiations for ConvertStringToReal, address issue kaldi-asr#1544 [egs,scripts,src] SID and LID tools and scripts: cosmetic improvements, better error-handling, and various minor fixes; results unchanged. (kaldi-asr#1543) [src] Change ConvertStringToReal to be locale-independent (i.e. always-US). Fixes android issue. (kaldi-asr#1513) [scripts] nnet3 : fix issue where LDA estimation failed for LSTMs with label delay (kaldi-asr#1540) [scripts] fix to get_egs_targets.sh (thanks: David Pye) [src] Fix copy-feats for using the --write-num-frames and --compress true flags at the same time (kaldi-asr#1541) ...
Skaiste
pushed a commit
to Skaiste/idlak
that referenced
this pull request
Sep 26, 2018
…h label delay (kaldi-asr#1540) xconfig : Added delay option for FixedAffineLayer. This will be used for ensuring the model specified in ref.config has at least the context required by the model specified in init.config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…for ensuring the model specified in ref.config has at least the context required by the model specified in init.config
Testing in progress.
Added new affiliation to comply with Google's open source contribution requirements.