-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Attempt to merge master into kaldi_52; making it a PR for easier review. #1628
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
Merged
Conversation
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
- mpe: backward compatibility is provided - ivec: the ivectors get stored in binary format (saves space)
This is a solution for creating ASR training data from long recordings with transcription but without segmentation information.
…rno team); changes RE verbose level in nnet1 scripts.
…; babel_multilang example.
Contributor
Author
|
@pegahgh, I have resolved the conflicts and this is a candidate merge of master to kaldi_52.
|
Contributor
|
Sure, I will do that
…On May 18, 2017 12:19 AM, "Daniel Povey" ***@***.***> wrote:
@pegahgh <https://github.com/pegahgh>, I have resolved the conflicts and
this is a candidate merge of master to kaldi_52.
But can you please help with testing? This involves:
- testing the mini-librispeech setup (both chain and CE example
scripts)
- testing your multi-lingual stuff again.
There were enough non-trivial code conflicts to be resolved that I'm
not comfortable committing this without further testing.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1628 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AI-PtCFxp-EThzBfnpkyidlwCwKJX-aEks5r68a4gaJpZM4Nesa7>
.
|
…eck-merge-master Conflicts: egs/wsj/s5/steps/libs/nnet3/train/frame_level_objf/common.py
Skaiste
pushed a commit
to Skaiste/idlak
that referenced
this pull request
Sep 26, 2018
* [scripts] nnet1: minor update i-vector and mpe scripts (kaldi-asr#1607) - mpe: backward compatibility is provided - ivec: the ivectors get stored in binary format (saves space) * [src] cosmetic change to const-arpa-lm-building code; remove too-general template. (kaldi-asr#1610) * [src,scripts,egs] Segmenting long erroneous recordings (kaldi-asr#1167) This is a solution for creating ASR training data from long recordings with transcription but without segmentation information. * [egs] thchs30 cmd and stage bug fix (kaldi-asr#1619) * [src] Change to GPU synchronization, for speed (disables GPU stats by default) (kaldi-asr#1617) * [src] Fix template instantiation bug causing failure if DOUBLEPRECISION=1 * [egs,scripts] Updates to BUT-specific cmd.sh settings (affects only Brno team); changes RE verbose level in nnet1 scripts. * [src] fix a small bug: logging cuda elapsed time (kaldi-asr#1623) * [src,scripts,egs] Add capability for multilingual training with nnet3; babel_multilang example. * [scripts] Fix some merge problems I noticed on github review. * [src] fix problem in test code. * fixed some issues to merge kaldi_52 into master. * removed add_lda parameter and its dependency.
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.
I had to fix a lot of conflicts, esp. relating to Pegah's multilingual script changes.