-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
wi02: Compatibility changes with Windows CL and ICL compilers; Windows CUDA support and bug fixes in cudamatrix #3
Closed
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
kkm000
pushed a commit
to kkm000/kaldi
that referenced
this pull request
Jul 10, 2015
@jtrmal: PTAL. Not assuming any more we have cygwin unless KALDI_CYGWIN_COMPAT is defined. I changed the type/more command pair to a simple copy though. kaldi-io-test passes with flying colors. |
kkm000
pushed a commit
to kkm000/kaldi-old
that referenced
this pull request
Jul 10, 2015
danpovey
pushed a commit
that referenced
this pull request
Apr 15, 2016
changed beam to 11, commented online decoding block and added online decoding results to 6v_sp script.
danpovey
pushed a commit
that referenced
this pull request
Nov 29, 2016
added the option trainer.deriv-truncate-margin to train_rnn.py and tr…
YiwenShaoStephen
pushed a commit
to YiwenShaoStephen/kaldi
that referenced
this pull request
Nov 1, 2017
danpovey
pushed a commit
that referenced
this pull request
Jan 4, 2018
* OCR: Add IAM corpus with unk decoding support (#3) * Add a new English OCR database 'UW3' * Some minor fixes re IAM corpus * Fix an issue in IAM chain recipes + add a new recipe (#6) * Some fixes based on the pull request review * Various fixes + cleaning on IAM * Fix LM estimation and add extended dictionary + other minor fixes * Add README for IAM * Add output filter for scoring * Fix a bug RE switch to pyhton3 * Add updated results + minor fixes * Remove unk decoding -- gives almost no gain * Add UW3 OCR database * Fix cmd.sh in IAM + fix usages of train/decode_cmd in chain recipes * Various minor fixes on UW3 * Rename iam/s5 to iam/v1 * Add README file for UW3 * Various cosmetic fixes on UW3 scripts * Minor fixes in IAM
eginhard
pushed a commit
to eginhard/kaldi
that referenced
this pull request
Jan 11, 2018
* OCR: Add IAM corpus with unk decoding support (kaldi-asr#3) * Add a new English OCR database 'UW3' * Some minor fixes re IAM corpus * Fix an issue in IAM chain recipes + add a new recipe (kaldi-asr#6) * Some fixes based on the pull request review * Various fixes + cleaning on IAM * Fix LM estimation and add extended dictionary + other minor fixes * Add README for IAM * Add output filter for scoring * Fix a bug RE switch to pyhton3 * Add updated results + minor fixes * Remove unk decoding -- gives almost no gain * Add UW3 OCR database * Fix cmd.sh in IAM + fix usages of train/decode_cmd in chain recipes * Various minor fixes on UW3 * Rename iam/s5 to iam/v1 * Add README file for UW3 * Various cosmetic fixes on UW3 scripts * Minor fixes in IAM
Szu-JuiChen
referenced
this pull request
in Szu-JuiChen/kaldi
Jan 30, 2018
[egs] Add LSTM LM rescore into Chime4
danpovey
pushed a commit
that referenced
this pull request
Feb 17, 2018
* OCR: Add IAM corpus with unk decoding support (#3) * Add a new English OCR database 'UW3' * Some minor fixes re IAM corpus * Fix an issue in IAM chain recipes + add a new recipe (#6) * Some fixes based on the pull request review * Various fixes + cleaning on IAM * Fix LM estimation and add extended dictionary + other minor fixes * Add README for IAM * Add output filter for scoring * Fix a bug RE switch to pyhton3 * Add updated results + minor fixes * Remove unk decoding -- gives almost no gain * Add UW3 OCR database * Fix cmd.sh in IAM + fix usages of train/decode_cmd in chain recipes * Various minor fixes on UW3 * Rename iam/s5 to iam/v1 * Add README file for UW3 * Various cosmetic fixes on UW3 scripts * Minor fixes in IAM
mahsa7823
referenced
this pull request
in mahsa7823/kaldi
Feb 28, 2018
* OCR: Add IAM corpus with unk decoding support (#3) * Add a new English OCR database 'UW3' * Some minor fixes re IAM corpus * Fix an issue in IAM chain recipes + add a new recipe (#6) * Some fixes based on the pull request review * Various fixes + cleaning on IAM * Fix LM estimation and add extended dictionary + other minor fixes * Add README for IAM * Add output filter for scoring * Fix a bug RE switch to pyhton3 * Add updated results + minor fixes * Remove unk decoding -- gives almost no gain * Add UW3 OCR database * Fix cmd.sh in IAM + fix usages of train/decode_cmd in chain recipes * Various minor fixes on UW3 * Rename iam/s5 to iam/v1 * Add README file for UW3 * Various cosmetic fixes on UW3 scripts * Minor fixes in IAM
underdogliu
pushed a commit
to underdogliu/kaldi
that referenced
this pull request
Mar 6, 2019
revert commit
megazone87
pushed a commit
to megazone87/kaldi
that referenced
this pull request
Nov 22, 2019
merge from kaldi-asr
desh2608
pushed a commit
to desh2608/kaldi
that referenced
this pull request
Jul 13, 2020
Track 2 pipeline with SAD and Diarization
desh2608
added a commit
to desh2608/kaldi
that referenced
this pull request
Sep 11, 2020
Decoding and scoring with diarized output
slotogram
pushed a commit
to slotogram/kaldi
that referenced
this pull request
Jul 7, 2022
Some CMakeLists.txt fixes to build Kaldi for Vosk with CMake.
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.
Compatibility changes with Windows CL and ICL compilers
Windows CUDA support and bug fixes in cudamatrix