Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
python2014
/
kaldi
Public
forked from
kaldi-asr/kaldi
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
kaldi
src
bin
on
multitree
User selector
All users
All time
Commit history
Commits on Jan 3, 2016
add code for generating the sparse matrix for the expanded trees
hainan-xv
committed
8c172da
View commit details
Copy full SHA for 8c172da
View code at this point
Browse repository at this point
add code for multi-expanded tree
hainan-xv
committed
a983733
View commit details
Copy full SHA for a983733
View code at this point
Browse repository at this point
Commits on Jan 2, 2016
build tree expand
hainan-xv
committed
22673af
View commit details
Copy full SHA for 22673af
View code at this point
Browse repository at this point
Commits on Dec 31, 2015
..
hainan-xv
committed
56d18c1
View commit details
Copy full SHA for 56d18c1
View code at this point
Browse repository at this point
Commits on Dec 29, 2015
..
hainan-xv
committed
e980021
View commit details
Copy full SHA for e980021
View code at this point
Browse repository at this point
Commits on Dec 21, 2015
a few changes in scripts; rewrote binary converting trees to matrices
hainan-xv
committed
17d5abd
View commit details
Copy full SHA for 17d5abd
View code at this point
Browse repository at this point
Commits on Dec 15, 2015
add code for sparse matrix interations with trees; add support for dim>65535; change Init() function to support reading directly from sparse matrix files instead of MatrixBaseFiles to save time
hainan-xv
committed
4d70aa9
View commit details
Copy full SHA for 4d70aa9
View code at this point
Browse repository at this point
add multitree code and scripts
hainan-xv
committed
02ee3f9
View commit details
Copy full SHA for 02ee3f9
View code at this point
Browse repository at this point
Commits on Oct 15, 2015
compute-wer : adding cosmetic changes suggested by Dan
KarelVesely84
committed
f9fc6ca
View commit details
Copy full SHA for f9fc6ca
View code at this point
Browse repository at this point
compute-wer : cleaning the tool, integer vectors are loaded as stings,
KarelVesely84
committed
fd86b66
View commit details
Copy full SHA for fd86b66
View code at this point
Browse repository at this point
Commits on Oct 3, 2015
Cosmetic fix: make sure the filename of the current file, where is appears at the top of the file, is accurate.
danpovey
committed
66ef6fb
View commit details
Copy full SHA for 66ef6fb
View code at this point
Browse repository at this point
Commits on Sep 30, 2015
bin: Fixed matrix-sum to correctly check output for wspecifier instead of rspecifier
vimalmanohar
committed
a139549
View commit details
Copy full SHA for a139549
View code at this point
Browse repository at this point
Commits on Sep 13, 2015
Remove unnecessary null pointer checks in kaldi/src/
keli78
committed
987b598
View commit details
Copy full SHA for 987b598
View code at this point
Browse repository at this point
Commits on Aug 19, 2015
nnet3 merge: bug-fix (remove typo that somehow crept in)
danpovey
committed
7170d92
View commit details
Copy full SHA for 7170d92
View code at this point
Browse repository at this point
Merging nnet3 branch into master
danpovey
committed
bbda669
View commit details
Copy full SHA for bbda669
View code at this point
Browse repository at this point
Commits on Aug 15, 2015
Some minor cosmetic changes
danpovey
committed
d72ba57
View commit details
Copy full SHA for d72ba57
View code at this point
Browse repository at this point
Commits on Aug 14, 2015
refactoring I/O mechanisms for FSTs
danpovey
committed
1165edb
View commit details
Copy full SHA for 1165edb
View code at this point
Browse repository at this point
Commits on Aug 2, 2015
Fixing various minor cosmetic issues; adding some scripts for this in misc/maintenance/.
danpovey
committed
5c01929
View commit details
Copy full SHA for 5c01929
View code at this point
Browse repository at this point
Commits on Jul 31, 2015
various nnet3 functionality and bug fixes for bugs encountered while trying to run example scripts.
danpovey
committed
519054f
View commit details
Copy full SHA for 519054f
View code at this point
Browse repository at this point
Commits on Jul 29, 2015
Merge remote-tracking branch 'upstream/master' into nnet3
danpovey
committed
e150228
View commit details
Copy full SHA for e150228
View code at this point
Browse repository at this point
Commits on Jul 28, 2015
nnet3: adding nnet3-get-lda-stats.cc and various pieces required for it.
danpovey
committed
08cbe51
View commit details
Copy full SHA for 08cbe51
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
windows fixes -- resolving issues with incrrectly behaving expf/exp(float) under MSVC2013, plus some other improvements
jtrmal
committed
e1f7623
View commit details
Copy full SHA for e1f7623
View code at this point
Browse repository at this point
Commits on Jul 11, 2015
Large set of Windows-related changes.
Show description for 3dd9987
Kirill Katsnelson
committed
3dd9987
View commit details
Copy full SHA for 3dd9987
View code at this point
Browse repository at this point
Commits on Jul 7, 2015
Various minor fixes, plus adding (prototype) glossary page.
Show description for e406aee
danpovey
committed
e406aee
View commit details
Copy full SHA for e406aee
View code at this point
Browse repository at this point
Commits on May 28, 2015
trunk, nnet2 training: NON-BACK-COMPATIBLE CHANGE: modify training scripts to no longer do 'mixing-up' but instead apply a fixed prior-dependent scaling to stabilize the SGD. More efficient, and s…
Show description for 0cb94a7
Minhua722
committed
0cb94a7
View commit details
Copy full SHA for 0cb94a7
View code at this point
Browse repository at this point
Commits on May 24, 2015
trunk: temporarily reverting previous commit, need to fix some things.
Show description for 8fb191e
danpovey
committed
8fb191e
View commit details
Copy full SHA for 8fb191e
View code at this point
Browse repository at this point
trunk: add presoftmax_prior_scale for online-nnet2 recipe (on tedlium)
Show description for f2fcbcc
Minhua722
committed
f2fcbcc
View commit details
Copy full SHA for f2fcbcc
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
trunk: various unrelated cosmetic changes
Show description for 0d9d185
danpovey
committed
0d9d185
View commit details
Copy full SHA for 0d9d185
View code at this point
Browse repository at this point
Fixed small bug in ali-to-phones
Show description for e489451
sikoried
committed
e489451
View commit details
Copy full SHA for e489451
View code at this point
Browse repository at this point
Commits on Mar 25, 2015
(trunk) Detect problems when a text file is damaged (contains unprintable characters, usually in the range 0x0..0x19). The program would fail anyway and this gives the user a chance to fix the prob…
Show description for 4a8bdc8
jtrmal
committed
4a8bdc8
View commit details
Copy full SHA for 4a8bdc8
View code at this point
Browse repository at this point
Commits on Mar 23, 2015
(trunk): Fixing a bug where the output CTM was repeatedly overwritten
Show description for d21b8a3
jtrmal
committed
d21b8a3
View commit details
Copy full SHA for d21b8a3
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
trunk: some minor code changes to help debugging graph-compilation failures (should not affect any scripts.)
Show description for 484dd6e
danpovey
committed
484dd6e
View commit details
Copy full SHA for 484dd6e
View code at this point
Browse repository at this point
Commits on Feb 14, 2015
trunk: Decoder fixes so that the --min-active option is respected more accurately (should help speed too); efficiency improvements and extra option in CMVN code; various cosmetic improvements.
Show description for be4dbfc
danpovey
committed
be4dbfc
View commit details
Copy full SHA for be4dbfc
View code at this point
Browse repository at this point
Commits on Feb 8, 2015
trunk: online-nnet2 decoding setup: adding scripts which make it possible to estimate the iVectors per speaker, excluding silence (so not-truly-online decoding). Some code changes for iVector whic…
Show description for 350d8b4
danpovey
committed
350d8b4
View commit details
Copy full SHA for 350d8b4
View code at this point
Browse repository at this point
Commits on Jan 23, 2015
trunk: minor changes to matrix libraries to deal more gracefully with zero-sized inputs; cosmetic change to show-transitions; bug fix to feature-fbank.cc (thanks to feiteng li)
Show description for ea166fe
danpovey
committed
ea166fe
View commit details
Copy full SHA for ea166fe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.