-
Notifications
You must be signed in to change notification settings - Fork 2
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
Tdnn pool #3
base: master
Are you sure you want to change the base?
Tdnn pool #3
Commits on Apr 8, 2016
-
rm/s5: Don't use the no-longer-existing '--max-arcs' option when call…
…ing gmm-latgen-faster The binary complains that there is no such option and exits abnormally, which in turn causes local/test_decoders.sh to fail with a scary error message.
Configuration menu - View commit details
-
Copy full SHA for 1fec277 - Browse repository at this point
Copy the full SHA 1fec277View commit details -
Merge pull request kaldi-asr#675 from vdp/rm-max-arcs
rm/s5: Don't use the no-longer-existing '--max-arcs' option when call…
Configuration menu - View commit details
-
Copy full SHA for 3408563 - Browse repository at this point
Copy the full SHA 3408563View commit details -
Adding prepare_online_decoding.sh and tweaking online/nnet3/decode.sh
Ilya Platonov committedApr 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 654d4cd - Browse repository at this point
Copy the full SHA 654d4cdView commit details -
Changing link to score.sh and moving readme into .md format.
Ilya Platonov committedApr 8, 2016 Configuration menu - View commit details
-
Copy full SHA for 75f8b02 - Browse repository at this point
Copy the full SHA 75f8b02View commit details -
12 hours is the estimate I got when I ran the recipe: ``` root@27af4331c701:/opt/kaldi/egs/swbd/s5c/data/train_30kshort $ awk '{s+=$4-$3}END{print s}' segments 43022.7 ``` (That's 11.95 hours.)
Configuration menu - View commit details
-
Copy full SHA for 5826272 - Browse repository at this point
Copy the full SHA 5826272View commit details -
Merge pull request kaldi-asr#677 from guoguo12/patch-1
Fix swbd/s5c recipe comment
Configuration menu - View commit details
-
Copy full SHA for b77e930 - Browse repository at this point
Copy the full SHA b77e930View commit details
Commits on Apr 9, 2016
-
Refactoring feature computations to make for more natural integration…
… with online decoding (and to enable fix to --snip-edges=false bug).
Configuration menu - View commit details
-
Copy full SHA for 5aa540f - Browse repository at this point
Copy the full SHA 5aa540fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0981ce - Browse repository at this point
Copy the full SHA c0981ceView commit details -
refactoring of code in feat/feature-window.{h,cc} to make it easier t…
…o write online feature-extraction code that would respect the snip-edges=false option.
Configuration menu - View commit details
-
Copy full SHA for 9ddcbd4 - Browse repository at this point
Copy the full SHA 9ddcbd4View commit details
Commits on Apr 10, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 931f031 - Browse repository at this point
Copy the full SHA 931f031View commit details
Commits on Apr 11, 2016
-
Update arpa2fst invocations in common (wsj/{utils,steps}) files
kkm committedApr 11, 2016 Configuration menu - View commit details
-
Copy full SHA for 6e8dd7a - Browse repository at this point
Copy the full SHA 6e8dd7aView commit details -
Update arpa2fst invocations in individual egs/*/local scripts
kkm committedApr 11, 2016 Configuration menu - View commit details
-
Copy full SHA for 829432d - Browse repository at this point
Copy the full SHA 829432dView commit details -
nnet1: frame dropping, adding the parenthesis in 'if'
- the stays same functionality, but now it is more 'correct', as we don't do the triple cast with 'bool'.
Configuration menu - View commit details
-
Copy full SHA for d9c145a - Browse repository at this point
Copy the full SHA d9c145aView commit details -
Merge pull request kaldi-asr#631 from jtrmal/path_sh_fix2
moving the src/path.sh into tools/config/common_path.sh
Configuration menu - View commit details
-
Copy full SHA for 753c6be - Browse repository at this point
Copy the full SHA 753c6beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93eebc9 - Browse repository at this point
Copy the full SHA 93eebc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd0f7a - Browse repository at this point
Copy the full SHA abd0f7aView commit details
Commits on Apr 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 65e5b07 - Browse repository at this point
Copy the full SHA 65e5b07View commit details -
Preparing code to move into kaldi repository.
Fixing stuff and renaming into am_nnet.
Ilya Platonov committedApr 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 461746a - Browse repository at this point
Copy the full SHA 461746aView commit details -
Updated arpa2fst usage message (see kaldi-asr#682)
kkm committedApr 12, 2016 Configuration menu - View commit details
-
Copy full SHA for 9052509 - Browse repository at this point
Copy the full SHA 9052509View commit details -
Merge pull request kaldi-asr#688 from kkm000/arpa2fst-usage
Updated arpa2fst usage message
Configuration menu - View commit details
-
Copy full SHA for 13e4e23 - Browse repository at this point
Copy the full SHA 13e4e23View commit details -
Merge pull request kaldi-asr#678 from freewym/dur_fix
WIP: fix for utt2dur when applied on speed-pertubed data
Configuration menu - View commit details
-
Copy full SHA for 4488d3c - Browse repository at this point
Copy the full SHA 4488d3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7de12d5 - Browse repository at this point
Copy the full SHA 7de12d5View commit details -
bn-music-speech-fix: Changing LDC numbers in egs/bn_music_speech to t…
…he correct corpra.
Configuration menu - View commit details
-
Copy full SHA for fb01718 - Browse repository at this point
Copy the full SHA fb01718View commit details -
reorganization of online feature code to work correctly with snip-edg…
…es option; includes rewrite of window extraction code.
Configuration menu - View commit details
-
Copy full SHA for 4f6823c - Browse repository at this point
Copy the full SHA 4f6823cView commit details -
bn-music-speech-fix: Changing LDC97S66 to LDC97S44 in corpra list for…
… bn-music-speech.
Configuration menu - View commit details
-
Copy full SHA for eb5b32c - Browse repository at this point
Copy the full SHA eb5b32cView commit details -
bn-music-speech-fix: Update to run.sh to use the LDC distribution of …
…the HUB4 corpus, update to local/make_bn.py so that it is more flexible with regard to differences in source directory format
Configuration menu - View commit details
-
Copy full SHA for f4fd8dd - Browse repository at this point
Copy the full SHA f4fd8ddView commit details -
Merge pull request kaldi-asr#693 from david-ryan-snyder/bn-music-spee…
…ch-fix BN music speech fixes
Configuration menu - View commit details
-
Copy full SHA for f86bc2c - Browse repository at this point
Copy the full SHA f86bc2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for c52315c - Browse repository at this point
Copy the full SHA c52315cView commit details
Commits on Apr 13, 2016
-
Merge pull request kaldi-asr#694 from vimalmanohar/frame_shift_fix
smbr: Avoid extra epochs if frame shift is not used during training
Configuration menu - View commit details
-
Copy full SHA for c4c4ec9 - Browse repository at this point
Copy the full SHA c4c4ec9View commit details -
Zhiyuan Tang committed
Apr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for a76bce5 - Browse repository at this point
Copy the full SHA a76bce5View commit details -
utils/mkgraph.sh finds the information about the context in the tree.
Adding error message if $(tree-info | grep) fails. Exit correctly when the command fails.
Remi Francis committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 50dde0f - Browse repository at this point
Copy the full SHA 50dde0fView commit details -
vadfix: fixed bug in voice activity detection context, changed defaul…
…t context from 5 to 0
Configuration menu - View commit details
-
Copy full SHA for 6c9aa31 - Browse repository at this point
Copy the full SHA 6c9aa31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 682e3ba - Browse repository at this point
Copy the full SHA 682e3baView commit details -
Merge pull request #2 from pegahgh/chain-online-nnet3
modified run_tdnn_6v.sh by appending online decoding.
Configuration menu - View commit details
-
Copy full SHA for 4b5f8ce - Browse repository at this point
Copy the full SHA 4b5f8ceView commit details -
More changes after Dan review.
Ilya Platonov committedApr 13, 2016 Configuration menu - View commit details
-
Copy full SHA for 7dda2e6 - Browse repository at this point
Copy the full SHA 7dda2e6View commit details -
Merge pull request kaldi-asr#697 from mmaciej2/vadfix
vadfix: fixed bug in voice activity detection context, changed default context from 5 to 0
Configuration menu - View commit details
-
Copy full SHA for c7c70da - Browse repository at this point
Copy the full SHA c7c70daView commit details -
Merge pull request kaldi-asr#683 from speechmatics/mkgraph_improvement
utils/mkgraph.sh finds the information about the context in the tree.
Configuration menu - View commit details
-
Copy full SHA for ef48b26 - Browse repository at this point
Copy the full SHA ef48b26View commit details -
Configuration menu - View commit details
-
Copy full SHA for ecebc33 - Browse repository at this point
Copy the full SHA ecebc33View commit details -
Some cosmetic changes and clarifications relating to WSJ recipes and …
…some utility scripts
Configuration menu - View commit details
-
Copy full SHA for 616835c - Browse repository at this point
Copy the full SHA 616835cView commit details -
Merge pull request kaldi-asr#681 from kkm000/arpa-invoke-egs
Update arpa2fst invocations in individual egs/*/local scripts
Configuration menu - View commit details
-
Copy full SHA for fd2eb88 - Browse repository at this point
Copy the full SHA fd2eb88View commit details -
Merge pull request kaldi-asr#682 from kkm000/arpa-invoke-common
Update arpa2fst invocations in common (wsj/{utils,steps}) files
Configuration menu - View commit details
-
Copy full SHA for 502bf4a - Browse repository at this point
Copy the full SHA 502bf4aView commit details
Commits on Apr 14, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b088c7d - Browse repository at this point
Copy the full SHA b088c7dView commit details -
Merge pull request kaldi-asr#698 from vimalmanohar/modify_lr_fix
smbr_fix: Set modify-learning-rate false in chain smbr
Configuration menu - View commit details
-
Copy full SHA for 5a23f08 - Browse repository at this point
Copy the full SHA 5a23f08View commit details -
Merge pull request kaldi-asr#679 from danpovey/feature_fix
Reorganization of feature code in order to correctly handle --snip-edges=false in online feature generation
Configuration menu - View commit details
-
Copy full SHA for 4763a9c - Browse repository at this point
Copy the full SHA 4763a9cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 530e626 - Browse repository at this point
Copy the full SHA 530e626View commit details -
Merge pull request kaldi-asr#700 from jtrmal/windocfix
adding clarification about recipes not working under windows
Configuration menu - View commit details
-
Copy full SHA for 7d39cde - Browse repository at this point
Copy the full SHA 7d39cdeView commit details -
Removing threaded option from online decoder.
Ilya Platonov committedApr 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 84a853c - Browse repository at this point
Copy the full SHA 84a853cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ffcac29 - Browse repository at this point
Copy the full SHA ffcac29View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4e1215 - Browse repository at this point
Copy the full SHA d4e1215View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4cc829 - Browse repository at this point
Copy the full SHA b4cc829View commit details -
Merge pull request #3 from pegahgh/chain-online-nnet3
changed beam to 11, commented online decoding block and added online decoding results to 6v_sp script.
Configuration menu - View commit details
-
Copy full SHA for 97e675f - Browse repository at this point
Copy the full SHA 97e675fView commit details
Commits on Apr 15, 2016
-
Fixing a few compile warnings, each occuring only once in the whole codebase.
kkm committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 2d2427a - Browse repository at this point
Copy the full SHA 2d2427aView commit details -
Configuration menu - View commit details
-
Copy full SHA for dba7897 - Browse repository at this point
Copy the full SHA dba7897View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab8e3aa - Browse repository at this point
Copy the full SHA ab8e3aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a53da9 - Browse repository at this point
Copy the full SHA 1a53da9View commit details -
Merge pull request #1 from ialmajai/ialmajai-patch-1
Update run_lstm.sh
Configuration menu - View commit details
-
Copy full SHA for 31cd3cd - Browse repository at this point
Copy the full SHA 31cd3cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 401d684 - Browse repository at this point
Copy the full SHA 401d684View commit details -
nnet1: introducing <!EndOfComponent> separator,
- Now in Component::ReadData() we can read variant number of <Tokens>, without the danger of 'eating' the next component. - We keep the backward compatibility with the existing models,
Configuration menu - View commit details
-
Copy full SHA for ee2c442 - Browse repository at this point
Copy the full SHA ee2c442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35a9555 - Browse repository at this point
Copy the full SHA 35a9555View commit details -
Ilya Platonov committed
Apr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 0fcae69 - Browse repository at this point
Copy the full SHA 0fcae69View commit details -
Configuration menu - View commit details
-
Copy full SHA for e118813 - Browse repository at this point
Copy the full SHA e118813View commit details -
Merge pull request kaldi-asr#666 from api-ai/chain
Online nnet3 code
Configuration menu - View commit details
-
Copy full SHA for f0244b2 - Browse repository at this point
Copy the full SHA f0244b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 497ca79 - Browse repository at this point
Copy the full SHA 497ca79View commit details -
Systematically use KALDI_{ERR,WARN...} for diags in fstext/
Non-test code only.
kkm committedApr 15, 2016 Configuration menu - View commit details
-
Copy full SHA for 1591866 - Browse repository at this point
Copy the full SHA 1591866View commit details
Commits on Apr 16, 2016
-
Splinter the pair of pairs directly
kkm committedApr 16, 2016 Configuration menu - View commit details
-
Copy full SHA for f25c731 - Browse repository at this point
Copy the full SHA f25c731View commit details -
Merge pull request kaldi-asr#704 from kkm000/singular-warnings
Singular warning fixes
Configuration menu - View commit details
-
Copy full SHA for d884b15 - Browse repository at this point
Copy the full SHA d884b15View commit details
Commits on Apr 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 045660a - Browse repository at this point
Copy the full SHA 045660aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 437e030 - Browse repository at this point
Copy the full SHA 437e030View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2efea9 - Browse repository at this point
Copy the full SHA d2efea9View commit details -
Merge pull request kaldi-asr#707 from ialmajai/master
Fixed one option in nnet/run_lstm.sh
Configuration menu - View commit details
-
Copy full SHA for d96a47b - Browse repository at this point
Copy the full SHA d96a47bView commit details -
SetLogHandler() to redirect Kaldi loggigng to custom function
kkm committedApr 17, 2016 Configuration menu - View commit details
-
Copy full SHA for 210de3e - Browse repository at this point
Copy the full SHA 210de3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f00c4c8 - Browse repository at this point
Copy the full SHA f00c4c8View commit details -
Merge pull request kaldi-asr#708 from freewym/dur_fix
force to generate utt2dur for every srcdir while calling combine_data.sh
Configuration menu - View commit details
-
Copy full SHA for d6a16e5 - Browse repository at this point
Copy the full SHA d6a16e5View commit details
Commits on Apr 18, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6eaee65 - Browse repository at this point
Copy the full SHA 6eaee65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 398ba22 - Browse repository at this point
Copy the full SHA 398ba22View commit details -
Configuration menu - View commit details
-
Copy full SHA for e429ae1 - Browse repository at this point
Copy the full SHA e429ae1View commit details -
Subset on utt2spk when feats.scp is not necessary.
Remi Francis committedApr 18, 2016 Configuration menu - View commit details
-
Copy full SHA for 19d90da - Browse repository at this point
Copy the full SHA 19d90daView commit details -
Configuration menu - View commit details
-
Copy full SHA for b52123a - Browse repository at this point
Copy the full SHA b52123aView commit details -
Merge pull request kaldi-asr#710 from speechmatics/kaldi-asr
Subset on utt2spk when feats.scp is not necessary.
Configuration menu - View commit details
-
Copy full SHA for fc8978c - Browse repository at this point
Copy the full SHA fc8978cView commit details -
Merge pull request kaldi-asr#709 from tomkocse/countfix
Modify analyze-counts.cc: add check for negative inputs on the alignm…
Configuration menu - View commit details
-
Copy full SHA for 57ee9f1 - Browse repository at this point
Copy the full SHA 57ee9f1View commit details -
Merge pull request kaldi-asr#642 from kkm000/log-handler
SetLogHandler() to redirect Kaldi loggigng to custom function
Configuration menu - View commit details
-
Copy full SHA for 6a6e58e - Browse repository at this point
Copy the full SHA 6a6e58eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c45fe71 - Browse repository at this point
Copy the full SHA c45fe71View commit details
Commits on Apr 19, 2016
-
Merge pull request kaldi-asr#711 from vesis84/learn_rate
nnet1: creating tool 'nnet-set-learnrate', some structural changes in I/O,
Configuration menu - View commit details
-
Copy full SHA for 398e3dd - Browse repository at this point
Copy the full SHA 398e3ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f37fd - Browse repository at this point
Copy the full SHA a1f37fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 78b5fac - Browse repository at this point
Copy the full SHA 78b5facView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe38e44 - Browse repository at this point
Copy the full SHA fe38e44View commit details -
Fix nnet3-latgen-faster option.
Remi Francis committedApr 19, 2016 Configuration menu - View commit details
-
Copy full SHA for a6b224a - Browse repository at this point
Copy the full SHA a6b224aView commit details -
Fix call to get error message.
Remi Francis committedApr 19, 2016 Configuration menu - View commit details
-
Copy full SHA for b3b0941 - Browse repository at this point
Copy the full SHA b3b0941View commit details -
Merge pull request kaldi-asr#715 from speechmatics/nnet3_steps_fixes
Nnet3 steps fixes
Configuration menu - View commit details
-
Copy full SHA for 36ad8ae - Browse repository at this point
Copy the full SHA 36ad8aeView commit details -
Merge pull request kaldi-asr#714 from jtrmal/cudaconffix
Resolving some coding errors in cnfigure script. Proposing adding CUDA 5.5
Configuration menu - View commit details
-
Copy full SHA for 57c5d13 - Browse repository at this point
Copy the full SHA 57c5d13View commit details -
Merge pull request kaldi-asr#713 from naxingyu/fix-hkust-locale
fix hkust locale
Configuration menu - View commit details
-
Copy full SHA for 6b21037 - Browse repository at this point
Copy the full SHA 6b21037View commit details -
Merge pull request kaldi-asr#705 from guoguo12/examples-table
Add table of examples (kaldi-asr#469)
Configuration menu - View commit details
-
Copy full SHA for e1a0ca0 - Browse repository at this point
Copy the full SHA e1a0ca0View commit details
Commits on Apr 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for a15f7d0 - Browse repository at this point
Copy the full SHA a15f7d0View commit details -
Merge pull request kaldi-asr#722 from cmusphinx/master
Fix typo, remove extra quote
Configuration menu - View commit details
-
Copy full SHA for 9e8ff73 - Browse repository at this point
Copy the full SHA 9e8ff73View commit details
Commits on Apr 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 02cf52a - Browse repository at this point
Copy the full SHA 02cf52aView commit details -
Merge pull request kaldi-asr#657 from naxingyu/add-fisher-swbd-nnet3-…
…chain add fisher_swbd nnet3 and chain recipe
Configuration menu - View commit details
-
Copy full SHA for b5c8ee0 - Browse repository at this point
Copy the full SHA b5c8ee0View commit details -
- new implementation of Nnet::GetParams, Nnet::SetParams, Nnet::GetGradient - slight change of API for Nnet - chaning the code to be closer to Google style
Configuration menu - View commit details
-
Copy full SHA for 737e123 - Browse repository at this point
Copy the full SHA 737e123View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e7708b - Browse repository at this point
Copy the full SHA 5e7708bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bc82dc - Browse repository at this point
Copy the full SHA 9bc82dcView commit details
Commits on Apr 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for f239d80 - Browse repository at this point
Copy the full SHA f239d80View commit details -
Modify steps/nnet/pretrain_dbn.sh so that if it fails while dumping f…
…eatures to /tmp (due to filling up the disk), the features are removed.
Configuration menu - View commit details
-
Copy full SHA for fe01bf4 - Browse repository at this point
Copy the full SHA fe01bf4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cb8ff5 - Browse repository at this point
Copy the full SHA 6cb8ff5View commit details
Commits on Apr 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ae73c79 - Browse repository at this point
Copy the full SHA ae73c79View commit details
Commits on Apr 24, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 145d38f - Browse repository at this point
Copy the full SHA 145d38fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f868ace - Browse repository at this point
Copy the full SHA f868aceView commit details
Commits on Apr 25, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 1ea2852 - Browse repository at this point
Copy the full SHA 1ea2852View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2afb18c - Browse repository at this point
Copy the full SHA 2afb18cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 975abc9 - Browse repository at this point
Copy the full SHA 975abc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79ceb90 - Browse repository at this point
Copy the full SHA 79ceb90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e173f7 - Browse repository at this point
Copy the full SHA 8e173f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5bf39d - Browse repository at this point
Copy the full SHA b5bf39dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ad4edb - Browse repository at this point
Copy the full SHA 4ad4edbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac02c9 - Browse repository at this point
Copy the full SHA 9ac02c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb204e - Browse repository at this point
Copy the full SHA 1bb204eView commit details -
Configuration menu - View commit details
-
Copy full SHA for afa3c42 - Browse repository at this point
Copy the full SHA afa3c42View commit details
Commits on Apr 26, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6bb54bd - Browse repository at this point
Copy the full SHA 6bb54bdView commit details -
nnet1: fixing the training script issue of 'analyze-couts'
- Now 'analyze-couts' obtains the dimensionality of the counts by option. - The problem was reported in: https://groups.google.com/forum/#!topic/kaldi-help/seUrycQ7nQc
Configuration menu - View commit details
-
Copy full SHA for 74a1665 - Browse repository at this point
Copy the full SHA 74a1665View commit details -
nnet1: extending support for CuArray<int32>
- adding I/O functions for CuArray<int32>, - new method for adding constant to CuArray<int32>, - simplified I/O for nnet1 components with CuArray<int32>, - in nnet1 added function for building 'CuArray<int32>' from vector<vector<int32> > holding 'matlab-like' indices
Configuration menu - View commit details
-
Copy full SHA for 8889b9e - Browse repository at this point
Copy the full SHA 8889b9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7142712 - Browse repository at this point
Copy the full SHA 7142712View commit details -
Configuration menu - View commit details
-
Copy full SHA for 682d47c - Browse repository at this point
Copy the full SHA 682d47cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bd4e7b - Browse repository at this point
Copy the full SHA 6bd4e7bView commit details
Commits on Apr 27, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 4557f09 - Browse repository at this point
Copy the full SHA 4557f09View commit details -
nnet3: fix ConstantFunctionComponent so that it reads and writes its …
…learning rate. This allows it to be updated via nnet3-copy during training.
David Snyder committedApr 27, 2016 Configuration menu - View commit details
-
Copy full SHA for 74dac0a - Browse repository at this point
Copy the full SHA 74dac0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97678c9 - Browse repository at this point
Copy the full SHA 97678c9View commit details -
fix to pretrain_dbn.sh (an error I introduced with a previous fix w.r…
….t. removing $tmpdir)
Configuration menu - View commit details
-
Copy full SHA for 6bd89df - Browse repository at this point
Copy the full SHA 6bd89dfView commit details
Commits on Apr 28, 2016
-
Configuration menu - View commit details
-
Copy full SHA for b0df34d - Browse repository at this point
Copy the full SHA b0df34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 53afcf7 - Browse repository at this point
Copy the full SHA 53afcf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 617605e - Browse repository at this point
Copy the full SHA 617605eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b28b0b1 - Browse repository at this point
Copy the full SHA b28b0b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16b76c6 - Browse repository at this point
Copy the full SHA 16b76c6View commit details -
some mostly whitespace-related fixes relating to online-nnet3 decodin…
…g (should make no difference to anything)
Configuration menu - View commit details
-
Copy full SHA for 1475415 - Browse repository at this point
Copy the full SHA 1475415View commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c1515 - Browse repository at this point
Copy the full SHA f5c1515View commit details
Commits on Apr 29, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6a48ea2 - Browse repository at this point
Copy the full SHA 6a48ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b0ed4e - Browse repository at this point
Copy the full SHA 8b0ed4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43b4f64 - Browse repository at this point
Copy the full SHA 43b4f64View commit details
Commits on Apr 30, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2310a19 - Browse repository at this point
Copy the full SHA 2310a19View commit details
Commits on May 1, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8664ce9 - Browse repository at this point
Copy the full SHA 8664ce9View commit details -
Merge pull request kaldi-asr#738 from vdp/fix-compute-epochs
Fix an apparent typo in nnet3::ComputeNnetComputationEpochs()
Configuration menu - View commit details
-
Copy full SHA for fc1b6a9 - Browse repository at this point
Copy the full SHA fc1b6a9View commit details -
Merge pull request kaldi-asr#733 from david-ryan-snyder/nnet3-cons-fu…
…nc-comp-fix nnet3: fix to ConstantFunctionComponent
Configuration menu - View commit details
-
Copy full SHA for 3ed1537 - Browse repository at this point
Copy the full SHA 3ed1537View commit details
Commits on May 2, 2016
-
Update #error message in kaldi-utils.h (regarding memory alignment) t…
…o clarify it's likely a Makefile issue.
Configuration menu - View commit details
-
Copy full SHA for d3a7718 - Browse repository at this point
Copy the full SHA d3a7718View commit details -
Merge pull request kaldi-asr#741 from naxingyu/update-fisher-swbd-tdn…
…n-smbr Update fisher swbd tdnn smbr
Configuration menu - View commit details
-
Copy full SHA for fde32f8 - Browse repository at this point
Copy the full SHA fde32f8View commit details -
some changes to fix compilation issues on cygwin: broke up kws-functi…
…ons.cc into two pieces; add flag in makefile. Plus a cosmetic change in nnet-computation-graph.cc.
Configuration menu - View commit details
-
Copy full SHA for 371a3ce - Browse repository at this point
Copy the full SHA 371a3ceView commit details
Commits on May 3, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8305c4c - Browse repository at this point
Copy the full SHA 8305c4cView commit details -
cudamatrix: adding new '.cc' file for CuArray,
- reordering cudamatrix/cu-array-inl.h, so the methods appear in the same order as in cudamatrix/cu-array.h - adding asserts for 0-dim of CuArray
Configuration menu - View commit details
-
Copy full SHA for b07db17 - Browse repository at this point
Copy the full SHA b07db17View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8bcc11f - Browse repository at this point
Copy the full SHA 8bcc11fView commit details -
Modify steps/nnet{2,3}/decode.sh to only pass in the --iter option to…
… scoring if needed.
Configuration menu - View commit details
-
Copy full SHA for c8bf123 - Browse repository at this point
Copy the full SHA c8bf123View commit details -
Merge pull request kaldi-asr#749 from danpovey/scoring-fix
Modify steps/nnet{2,3}/decode.sh to only pass in the --iter option to…
Configuration menu - View commit details
-
Copy full SHA for a9937ae - Browse repository at this point
Copy the full SHA a9937aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5d0718 - Browse repository at this point
Copy the full SHA b5d0718View commit details -
Merge pull request kaldi-asr#750 from jtrmal/iban_path_fix
iban recipe -- adding path.sh that was accidentally removed today
Configuration menu - View commit details
-
Copy full SHA for 6771bf7 - Browse repository at this point
Copy the full SHA 6771bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5404c - Browse repository at this point
Copy the full SHA 2d5404cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2c261a - Browse repository at this point
Copy the full SHA a2c261aView commit details -
Update to ComposeCompactLatticeDeterministic to fix a bug regarding t…
…he olabel (which shouldn't matter in our normal use-cases), and make final-probs application more efficient.
Configuration menu - View commit details
-
Copy full SHA for 0e284f3 - Browse repository at this point
Copy the full SHA 0e284f3View commit details
Commits on May 4, 2016
-
another fix to ComposeCompactLatticeDeterministic(), and a fix (plus …
…cleanup) to word-align-lattice.cc, that affects the --test=true option of lattice-align-words for some topologies including chain models.
Configuration menu - View commit details
-
Copy full SHA for faa9c44 - Browse repository at this point
Copy the full SHA faa9c44View commit details -
nnet3: Undo the damage done by 2310a19 and fix the original problem p…
…roperly Also add an additional unit test for the topological sorting function
Configuration menu - View commit details
-
Copy full SHA for 048c01d - Browse repository at this point
Copy the full SHA 048c01dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80d6d43 - Browse repository at this point
Copy the full SHA 80d6d43View commit details -
base/kaldi_error : the error messages are no longer printed 2x
- e.what() contains stackttrace or is empty string - we should also consider changing: 'std::cerr << e.what();' -> 'fprintf(stderr, e.what().c_str());' - fprintf is thread-safe and it is better not to mix 'std::cerr' and 'stderr', and 'stderr' is already used for logging...
Configuration menu - View commit details
-
Copy full SHA for 1bcdf6a - Browse repository at this point
Copy the full SHA 1bcdf6aView commit details -
fix small bug in train_mono.sh regarding how errors in feat-to-dim ge…
…t shown to the user.
Configuration menu - View commit details
-
Copy full SHA for 96082cc - Browse repository at this point
Copy the full SHA 96082ccView commit details -
Merge pull request kaldi-asr#757 from danpovey/mono-fix
fix small bug in train_mono.sh regarding how errors in feat-to-dim ge…
Configuration menu - View commit details
-
Copy full SHA for a8ca3bf - Browse repository at this point
Copy the full SHA a8ca3bfView commit details -
Merge pull request kaldi-asr#754 from vdp/fix-compute-epochs2
nnet3: Undo the damage done by 2310a19 and fix the original problem properly
Configuration menu - View commit details
-
Copy full SHA for 27dc00c - Browse repository at this point
Copy the full SHA 27dc00cView commit details -
Merge pull request kaldi-asr#752 from danpovey/compose-deterministic
Update to ComposeCompactLatticeDeterministic to fix a bug regarding t…
Configuration menu - View commit details
-
Copy full SHA for c1d049e - Browse repository at this point
Copy the full SHA c1d049eView commit details
Commits on May 5, 2016
-
Configuration menu - View commit details
-
Copy full SHA for e8987f8 - Browse repository at this point
Copy the full SHA e8987f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4b7661 - Browse repository at this point
Copy the full SHA d4b7661View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b21e69 - Browse repository at this point
Copy the full SHA 8b21e69View commit details -
Configuration menu - View commit details
-
Copy full SHA for 66bb064 - Browse repository at this point
Copy the full SHA 66bb064View commit details -
Merge pull request kaldi-asr#760 from giuliopaci/enable_precompiled_s…
…peex_usage Added --speex-* options to configure.
Configuration menu - View commit details
-
Copy full SHA for 76ee27b - Browse repository at this point
Copy the full SHA 76ee27bView commit details -
Fix inversion of input and output of open2 and pattern to check cycli…
…city.
Remi Francis committedMay 5, 2016 Configuration menu - View commit details
-
Copy full SHA for dde00f5 - Browse repository at this point
Copy the full SHA dde00f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ab8fb9 - Browse repository at this point
Copy the full SHA 8ab8fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for f28b71a - Browse repository at this point
Copy the full SHA f28b71aView commit details -
Merge pull request kaldi-asr#756 from speechmatics/g_properties
Fix inversion of input and output of open2.
Configuration menu - View commit details
-
Copy full SHA for f136eae - Browse repository at this point
Copy the full SHA f136eaeView commit details -
Use OnlineFeatureInterface instead of hardcoded OnlineNnet2FeaturePip…
…eline in nnet2 and nnet3 decoders to allow more flexible feature pipelines.
Configuration menu - View commit details
-
Copy full SHA for 47b7a6b - Browse repository at this point
Copy the full SHA 47b7a6bView commit details -
Updated local/clean_chime4_format_data.sh by using the latest wsj/s5/…
…local/wsj_format_data.sh
Configuration menu - View commit details
-
Copy full SHA for 78c34cd - Browse repository at this point
Copy the full SHA 78c34cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 395d8d1 - Browse repository at this point
Copy the full SHA 395d8d1View commit details -
Merge pull request kaldi-asr#763 from danpovey/sw005320-chime4-egs
Sw005320 chime4 egs
Configuration menu - View commit details
-
Copy full SHA for 36b105e - Browse repository at this point
Copy the full SHA 36b105eView commit details
Commits on May 6, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 6c074c8 - Browse repository at this point
Copy the full SHA 6c074c8View commit details -
update to validate_dict_dir.pl to check for ^M (Issue 729)
pranav committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 2ee2a9e - Browse repository at this point
Copy the full SHA 2ee2a9eView commit details -
update to validate_dict_dir.pl, changed \r$ condition to \r (Issue 729)
pranav committedMay 6, 2016 Configuration menu - View commit details
-
Copy full SHA for 7f457c5 - Browse repository at this point
Copy the full SHA 7f457c5View commit details -
Merge pull request kaldi-asr#764 from pranavj/issue729
update to validate_dict_dir.pl to check for ^M (Issue 729)
Configuration menu - View commit details
-
Copy full SHA for e1f68e8 - Browse repository at this point
Copy the full SHA e1f68e8View commit details
Commits on May 7, 2016
-
some cosmetic changes: add comments to RNNLM rescoring utilities to r…
…efer to each other; improve messages printed out by 'configure'
Configuration menu - View commit details
-
Copy full SHA for 3c6b63c - Browse repository at this point
Copy the full SHA 3c6b63cView commit details -
Merge pull request kaldi-asr#748 from cmusphinx/master
Use OnlineFeatureInterface in nnet2 and nnet3 decoders
Configuration menu - View commit details
-
Copy full SHA for 4614e17 - Browse repository at this point
Copy the full SHA 4614e17View commit details -
Merge pull request kaldi-asr#743 from danpovey/cygwin-fix
some changes to fix compilation issues on cygwin: broke up kws-functi…
Configuration menu - View commit details
-
Copy full SHA for 83031f2 - Browse repository at this point
Copy the full SHA 83031f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb51bfb - Browse repository at this point
Copy the full SHA fb51bfbView commit details -
Merge pull request kaldi-asr#767 from vijayaditya/chime4
chime4: minor bug-fixes
Configuration menu - View commit details
-
Copy full SHA for 96ca212 - Browse repository at this point
Copy the full SHA 96ca212View commit details
Commits on May 9, 2016
-
some cosmetic changes: add comments to RNNLM rescoring utilities to r…
…efer to each other; improve messages printed out by 'configure'
Configuration menu - View commit details
-
Copy full SHA for c9c5d59 - Browse repository at this point
Copy the full SHA c9c5d59View commit details -
Configuration menu - View commit details
-
Copy full SHA for d224730 - Browse repository at this point
Copy the full SHA d224730View commit details -
Adding nnet3/chain support to steps/cleanup/find_bad_utts_nnet.sh, no…
…w script supports both nnet2 and nnet3. Probably nnet1.
Configuration menu - View commit details
-
Copy full SHA for 7264220 - Browse repository at this point
Copy the full SHA 7264220View commit details -
Merge pull request kaldi-asr#772 from api-ai/master
Adding nnet3/chain support to steps/cleanup/find_bad_utts_nnet.sh, no…
Configuration menu - View commit details
-
Copy full SHA for 0dc411a - Browse repository at this point
Copy the full SHA 0dc411aView commit details
Commits on May 10, 2016
-
base/kaldi_error : refactoring the logging code
- some TODO's are to be decided: - Can we remove the: 'IsKaldiError()'? (It's very 'dirty' function. And it's used only in the table-I/O to suppress printing 'what' messages from KALDI_ERR. IMHO, it may not be a good idea to suppress this.) - With Kirill's log-handler, the log is sent and then there's no abort() for errors/asserts (seems like a bad idea, but it is the way it worked previously).
Configuration menu - View commit details
-
Copy full SHA for 24bef8d - Browse repository at this point
Copy the full SHA 24bef8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4fff0d - Browse repository at this point
Copy the full SHA a4fff0dView commit details
Commits on May 11, 2016
-
fix small bug regarding online-ivector-features (for online-nnet2/nne…
…t3 setup) regarding how silence-weighting is applied in iVector estimation. (thanks: xiang li)
Configuration menu - View commit details
-
Copy full SHA for 50b7635 - Browse repository at this point
Copy the full SHA 50b7635View commit details -
Configuration menu - View commit details
-
Copy full SHA for 87d985e - Browse repository at this point
Copy the full SHA 87d985eView commit details
Commits on May 12, 2016
-
Configuration menu - View commit details
-
Copy full SHA for bffbe48 - Browse repository at this point
Copy the full SHA bffbe48View commit details -
Merge pull request kaldi-asr#737 from vesis84/cpplint_style
Cpplint style
Configuration menu - View commit details
-
Copy full SHA for 3ce167e - Browse repository at this point
Copy the full SHA 3ce167eView commit details -
nnet1: updating the MMI / sMBR scripts,
- fixing bug when i-vectors are used with 'steps/nnet/train_mpe.sh', - cosmetic changes,
Configuration menu - View commit details
-
Copy full SHA for 062ac0e - Browse repository at this point
Copy the full SHA 062ac0eView commit details -
Merge pull request kaldi-asr#775 from vesis84/nnet1_smbr_scripts
nnet1: updating the MMI / sMBR scripts,
Configuration menu - View commit details
-
Copy full SHA for 3d16b23 - Browse repository at this point
Copy the full SHA 3d16b23View commit details
Commits on May 13, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 8293df6 - Browse repository at this point
Copy the full SHA 8293df6View commit details -
minor fix to am-diag-gmm.cc to prevent a crash when clustering to a U…
…BM when there are too few Gaussians and some zero counts.
Configuration menu - View commit details
-
Copy full SHA for f1c43ac - Browse repository at this point
Copy the full SHA f1c43acView commit details -
Further fix to GMM->UBM code to resolve the issue that the last commi…
…t addressed (RE zero weights)
Configuration menu - View commit details
-
Copy full SHA for e1d5652 - Browse repository at this point
Copy the full SHA e1d5652View commit details
Commits on May 14, 2016
-
Data-structure change in split_scp.pl to prevent it becoming very slo…
…w when speakers have many utterances.
Configuration menu - View commit details
-
Copy full SHA for b111a8b - Browse repository at this point
Copy the full SHA b111a8bView commit details
Commits on May 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 2f6809c - Browse repository at this point
Copy the full SHA 2f6809cView commit details -
Merge pull request kaldi-asr#779 from guoguo12/memalign-cleanup
Remove old memory alignment flags
Configuration menu - View commit details
-
Copy full SHA for 269e2e8 - Browse repository at this point
Copy the full SHA 269e2e8View commit details
Commits on May 16, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 85bb082 - Browse repository at this point
Copy the full SHA 85bb082View commit details -
Merge pull request kaldi-asr#774 from naxingyu/chain-left-biphone
Add left biphone recipe for swbd
Configuration menu - View commit details
-
Copy full SHA for 80d6d07 - Browse repository at this point
Copy the full SHA 80d6d07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44bc5d4 - Browse repository at this point
Copy the full SHA 44bc5d4View commit details -
Tedlium chain pr 3 (kaldi-asr#783)
* tedlium: Make scoring scripts correctly remove <unk> from ctm files. Previous scripts incorrectly added double quotes within the single quotes, so that grep would try to match only quoted words. They also mistakenly used \<, and \>. < and >, when escaped by backslashes, indicate word boundaries, not the characters "<" and ">". * tedlium: scripts to reproduce chain paper results. This includes nnet3 CE and sMBR model baseline scripts.
Configuration menu - View commit details
-
Copy full SHA for dd646c2 - Browse repository at this point
Copy the full SHA dd646c2View commit details -
Merge pull request kaldi-asr#782 from vijayaditya/perturb_bugfix
Minor bugfix in utils/data/perturb_data_dir_volume.sh
Configuration menu - View commit details
-
Copy full SHA for 5cb2613 - Browse repository at this point
Copy the full SHA 5cb2613View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e5e7f - Browse repository at this point
Copy the full SHA 53e5e7fView commit details -
Fix to validate_lang.pl regarding how topologies are validated (fix f…
…ailures for chain models) and to another bug found by ilya platonov regarding extra disambig symbols.
Configuration menu - View commit details
-
Copy full SHA for f8e0ca7 - Browse repository at this point
Copy the full SHA f8e0ca7View commit details -
improve speed of split_data.sh; includes change to filter_scps.pl (th…
…anks to remi francis for noticing the issue)
Configuration menu - View commit details
-
Copy full SHA for 7690960 - Browse repository at this point
Copy the full SHA 7690960View commit details
Commits on May 17, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 71083b6 - Browse repository at this point
Copy the full SHA 71083b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 216f9ec - Browse repository at this point
Copy the full SHA 216f9ecView commit details -
Now GetParams requires vector allocated already. Changes in nnet\nnet-various.h at Apr 21, 2016
Configuration menu - View commit details
-
Copy full SHA for 95688aa - Browse repository at this point
Copy the full SHA 95688aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1449a9d - Browse repository at this point
Copy the full SHA 1449a9dView commit details -
Update perturb_data_dir_volume.sh
Add seed for random number generator in utils/data/perturb_data_dir.sh
Configuration menu - View commit details
-
Copy full SHA for 476f41d - Browse repository at this point
Copy the full SHA 476f41dView commit details -
Merge pull request kaldi-asr#788 from vimalmanohar/patch-4
Update perturb_data_dir_volume.sh
Configuration menu - View commit details
-
Copy full SHA for 1b1a108 - Browse repository at this point
Copy the full SHA 1b1a108View commit details -
Merge pull request kaldi-asr#787 from tal1974/patch-1
Update nnet1-to-raw-nnet.cc
Configuration menu - View commit details
-
Copy full SHA for 489a1f5 - Browse repository at this point
Copy the full SHA 489a1f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7b3436 - Browse repository at this point
Copy the full SHA f7b3436View commit details
Commits on May 18, 2016
-
A new CUDA kernel for CuMatrixBase<Real>::FindRowMaxId;
Old: LOG (TestCuFindRowMaxId():cu-matrix-speed-test.cc:264) For CuMatrix::FindRowMaxId<float>, for dim = 1024, speed was 3.99218 gigaflops. LOG (TestCuFindRowMaxId():cu-matrix-speed-test.cc:264) For CuMatrix::FindRowMaxId<double>, for dim = 1024, speed was 3.46283 gigaflops. New: LOG (TestCuFindRowMaxId():cu-matrix-speed-test.cc:264) For CuMatrix::FindRowMaxId<float>, for dim = 1024, speed was 66.2965 gigaflops. LOG (TestCuFindRowMaxId():cu-matrix-speed-test.cc:264) For CuMatrix::FindRowMaxId<double>, for dim = 1024, speed was 58.442 gigaflops.
Configuration menu - View commit details
-
Copy full SHA for 074e005 - Browse repository at this point
Copy the full SHA 074e005View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c88a9e - Browse repository at this point
Copy the full SHA 7c88a9eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a829139 - Browse repository at this point
Copy the full SHA a829139View commit details -
Configuration menu - View commit details
-
Copy full SHA for 24b886a - Browse repository at this point
Copy the full SHA 24b886aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0731b8f - Browse repository at this point
Copy the full SHA 0731b8fView commit details -
Merge pull request kaldi-asr#789 from glorey/master
align-equal-compiled.cc: correct the usage description
Configuration menu - View commit details
-
Copy full SHA for 9ae455a - Browse repository at this point
Copy the full SHA 9ae455aView commit details -
nnet1: updating scripts, the mechanism of appending i-vectors is beco…
…ming more generic, - the binary can be replaced (so we could eventually append posteriors, features, etc.)
Configuration menu - View commit details
-
Copy full SHA for 6096531 - Browse repository at this point
Copy the full SHA 6096531View commit details -
Merge pull request kaldi-asr#780 from kangshiyin/faster-FindRowMaxId
A new CUDA kernel for CuMatrixBase<Real>::FindRowMaxId;
Configuration menu - View commit details
-
Copy full SHA for 26ef88f - Browse repository at this point
Copy the full SHA 26ef88fView commit details -
Merge pull request kaldi-asr#755 from vesis84/error_logs
base/kaldi_error : the error messages are no longer printed 2x
Configuration menu - View commit details
-
Copy full SHA for ea7f04b - Browse repository at this point
Copy the full SHA ea7f04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b45a70b - Browse repository at this point
Copy the full SHA b45a70bView commit details -
Add code for cumatrix copy transpose benchmark
Add barrier for correct timing. Original performance: LOG (TestCuMatrixTransposeCross():cu-matrix-speed-test.cc:91) For CuMatrix::TransposeCross<float>, for dim = 1024, speed was 4.26727 gigaflops. LOG (TestCuMatrixTransposeS():cu-matrix-speed-test.cc:72) For CuMatrix::TransposeS<float>, for dim = 1024, speed was 5.97203 gigaflops. LOG (TestCuMatrixTransposeNS():cu-matrix-speed-test.cc:56) For CuMatrix::TransposeNS<float>, for dim = 1024, speed was 3.0816 gigaflops. LOG (TestCuMatrixTransposeCross():cu-matrix-speed-test.cc:91) For CuMatrix::TransposeCross<double>, for dim = 1024, speed was 3.95059 gigaflops. LOG (TestCuMatrixTransposeS():cu-matrix-speed-test.cc:72) For CuMatrix::TransposeS<double>, for dim = 1024, speed was 4.36189 gigaflops. LOG (TestCuMatrixTransposeNS():cu-matrix-speed-test.cc:56) For CuMatrix::TransposeNS<double>, for dim = 1024, speed was 2.39275 gigaflops.
Configuration menu - View commit details
-
Copy full SHA for c765ba6 - Browse repository at this point
Copy the full SHA c765ba6View commit details -
A new copy transpose kernel with same performance as plain copy.
LOG (TestCuMatrixTransposeCross():cu-matrix-speed-test.cc:91) For CuMatrix::TransposeCross<float>, for dim = 1024, speed was 14.0498 gigaflops. LOG (TestCuMatrixTransposeS():cu-matrix-speed-test.cc:72) For CuMatrix::TransposeS<float>, for dim = 1024, speed was 16.845 gigaflops. LOG (TestCuMatrixTransposeNS():cu-matrix-speed-test.cc:56) For CuMatrix::TransposeNS<float>, for dim = 1024, speed was 14.2464 gigaflops. LOG (TestCuMatrixTransposeCross():cu-matrix-speed-test.cc:91) For CuMatrix::TransposeCross<double>, for dim = 1024, speed was 10.4523 gigaflops. LOG (TestCuMatrixTransposeS():cu-matrix-speed-test.cc:72) For CuMatrix::TransposeS<double>, for dim = 1024, speed was 9.65529 gigaflops. LOG (TestCuMatrixTransposeNS():cu-matrix-speed-test.cc:56) For CuMatrix::TransposeNS<double>, for dim = 1024, speed was 8.52148 gigaflops.
Configuration menu - View commit details
-
Copy full SHA for 13792af - Browse repository at this point
Copy the full SHA 13792afView commit details -
Merge pull request kaldi-asr#786 from freewym/librispeech_nnet2
add new results for Multi-splice version of online recipe of Librispeech, including those on test set.
Configuration menu - View commit details
-
Copy full SHA for 0d4f1b2 - Browse repository at this point
Copy the full SHA 0d4f1b2View commit details
Commits on May 19, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 9af6653 - Browse repository at this point
Copy the full SHA 9af6653View commit details -
2 CUDA kernels for TraceMatMat with/without transpose for all matrix …
…size. New: LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<float>, for dim = 1024, speed was 10.1076 gigaflops. LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<float> [transposed], for dim = 1024, speed was 11.8711 gigaflops. LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<double>, for dim = 1024, speed was 7.10019 gigaflops. LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<double> [transposed], for dim = 1024, speed was 7.81977 gigaflops. Old: LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<float>, for dim = 1024, speed was 4.57783 gigaflops. LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<float> [transposed], for dim = 1024, speed was 7.96795 gigaflops. LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<double>, for dim = 1024, speed was 3.61182 gigaflops. LOG (TestCuMatrixTraceMatMat():cu-matrix-speed-test.cc:458) For CuMatrix::TraceMatMat<double> [transposed], for dim = 1024, speed was 6.39571 gigaflops.
Configuration menu - View commit details
-
Copy full SHA for 70df881 - Browse repository at this point
Copy the full SHA 70df881View commit details -
Merge pull request kaldi-asr#791 from kangshiyin/trace-mat-mat
2 CUDA kernels for TraceMatMat with/without transpose for all matrix size.
Configuration menu - View commit details
-
Copy full SHA for fb3c66c - Browse repository at this point
Copy the full SHA fb3c66cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fdfed4 - Browse repository at this point
Copy the full SHA 1fdfed4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 772ee4f - Browse repository at this point
Copy the full SHA 772ee4fView commit details -
Merge pull request kaldi-asr#792 from vimalmanohar/smbr_bug_fix
smbr: Fixed minor bug in generating diagnostics egs
Configuration menu - View commit details
-
Copy full SHA for 52557c8 - Browse repository at this point
Copy the full SHA 52557c8View commit details -
Merge pull request kaldi-asr#790 from kangshiyin/cumatrix-copy-trans
Speed up CuMatrix<Real>::Transpose() and transposed copy from matrix
Configuration menu - View commit details
-
Copy full SHA for 60a106e - Browse repository at this point
Copy the full SHA 60a106eView commit details -
Merge pull request kaldi-asr#758 from danpovey/minor-change
some cosmetic changes: add comments to RNNLM rescoring utilities to r…
Configuration menu - View commit details
-
Copy full SHA for 653c78d - Browse repository at this point
Copy the full SHA 653c78dView commit details -
Merge pull request kaldi-asr#725 from xiaohui-zhang/1509
added utils/combine_ali_dirs.sh (fixes kaldi-asr#553).
Configuration menu - View commit details
-
Copy full SHA for ae5bff6 - Browse repository at this point
Copy the full SHA ae5bff6View commit details -
Add dimension check in online-nnet3 decoding code, so we get more mea…
…ningful error messages.
Configuration menu - View commit details
-
Copy full SHA for 8dca28c - Browse repository at this point
Copy the full SHA 8dca28cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cf4d78 - Browse repository at this point
Copy the full SHA 8cf4d78View commit details
Commits on May 20, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 5b3fccd - Browse repository at this point
Copy the full SHA 5b3fccdView commit details -
Fix bug: static link to MKL failed.
$ ./configure --mkl-root=/opt/intel/mkl --static-math=yes ... Configuring MKL library directory: Found: /opt/intel/mkl/lib/intel64 MKL configured with threading: sequential, libs: -Wl,--start-group /opt/intel/mkl/lib/intel64/libmkl_intel_lp64.a /opt/intel/mkl/lib/intel64/libmkl_core.a /opt/intel/mkl/lib/intel64/libmkl_sequential.a -Wl,--end-group MKL include directory configured as: /opt/intel/mkl/include Configuring MKL threading as sequential MKL threading libraries configured as -lpthread -lm Using Intel MKL as the linear algebra library. /opt/intel/mkl/lib/intel64/libmkl_core.a(mkl_memory_patched.o): In function `mkl_serv_set_memory_limit': mkl_memory.c:(.text+0x49c): undefined reference to `dlsym' mkl_memory.c:(.text+0x4b2): undefined reference to `dlsym' mkl_memory.c:(.text+0x4c8): undefined reference to `dlsym' /opt/intel/mkl/lib/intel64/libmkl_core.a(mkl_memory_patched.o): In function `mkl_serv_allocate': mkl_memory.c:(.text+0x1251): undefined reference to `dlsym' mkl_memory.c:(.text+0x1267): undefined reference to `dlsym' ...
Configuration menu - View commit details
-
Copy full SHA for 9501029 - Browse repository at this point
Copy the full SHA 9501029View commit details -
Merge pull request kaldi-asr#794 from akreal/master
Add missing dependencies to Makefiles
Configuration menu - View commit details
-
Copy full SHA for 4a76336 - Browse repository at this point
Copy the full SHA 4a76336View commit details -
Merge pull request kaldi-asr#793 from danpovey/nnet3-decoding-dim-check
Add dimension check in online-nnet3 decoding code, so we get more mea…
Configuration menu - View commit details
-
Copy full SHA for 45b9897 - Browse repository at this point
Copy the full SHA 45b9897View commit details -
Merge pull request kaldi-asr#796 from kangshiyin/mkl-static-link-bug
Fix bug: static link to MKL 11.3.2 failed.
Configuration menu - View commit details
-
Copy full SHA for 71ffc7b - Browse repository at this point
Copy the full SHA 71ffc7bView commit details
Commits on May 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 73ce8a9 - Browse repository at this point
Copy the full SHA 73ce8a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2465666 - Browse repository at this point
Copy the full SHA 2465666View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8254bbf - Browse repository at this point
Copy the full SHA 8254bbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for fe507fe - Browse repository at this point
Copy the full SHA fe507feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f83626 - Browse repository at this point
Copy the full SHA 2f83626View commit details