forked from kaldi-asr/kaldi
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Variational bayes speaker diarization #3
Open
saikiranvalluri
wants to merge
245
commits into
master
Choose a base branch
from
VariationalBayes_SpeakerDiarization
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
kaldi-asr#3000) thanks: armando.muscariello@gmail.com
…s broken by commit cc2469e). (kaldi-asr#3025)
…n-probs used (kaldi-asr#3033) bug would likely have resulted in determinization failure (only when not using word-position-dependent phones).
bash test `-f` does not work for `phones/` which is a directory. Changed it to `-e`.
…g) (kaldi-asr#3390) Currently only supports MFCC features.
makes interface of HashList more standard; slight speed improvement.
…ecoding (kaldi-asr#3420) This is turned on by using the option --gpu-feature-extract=true. By default this is on. We provie the option to turn it off because in situations where CPU resources are unconfined you can get slightly higher performance with CPU feature extraction but in most cases GPU feature extraction is faster and has more stable performance. In addition a user may wish to turn it off to support models where feature extraction is currently incomplete (e.g. FBANK, PLP, PITCH, etc). We will add those features in the future but for now a user wanted to decode those models should place feature extraction on the host.
…asr#3402)" (kaldi-asr#3436) This reverts commit 5cc7ce0.
kaldi-asr#3438) makes interface of HashList more standard; slight speed improvement. Fixed version of kaldi-asr#3402
…aldi-asr#3441) avoids cudafeat build failures with some CUDA toolkit versions
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.
VB resegmentation converts DER from baseline - 8.13% to 6.21% after x-vector stage.