- Sep 20, 2015
-
-
Daniel Povey authored
-
Dan Povey authored
-
Daniel Povey authored
-
Dan Povey authored
-
Daniel Povey authored
-
Daniel Povey authored
-
Daniel Povey authored
CTC code: Add testing code for context-dependent CTC (CCTC) transition-model object, and numerous bug fixes
-
Daniel Povey authored
-
Daniel Povey authored
-
Daniel Povey authored
-
Daniel Povey authored
Adding language modeling code (and test code for it) that is to be used as a phone language model in CTC modeling.
-
Daniel Povey authored
Adding script to generate lattices with alternative pronunciations of training utterances (to be used in CTC)
-
- Sep 19, 2015
-
-
Daniel Povey authored
added max-change related stats in NaturalGradientAffineComponent
-
Daniel Povey authored
Fixing bug in ivector/logistic-regression-test.cc
-
- Sep 18, 2015
-
-
xiaohui-zhang authored
-
Daniel Povey authored
Modified virtual functions Scale and Add
-
https://github.com/keli78/kaldiKe Li authored
-
Ke Li authored
-
David Snyder authored
Fixing bug in ivector/logistic-regression-test.cc and removing trailing whitespace from other logistic regression files
-
- Sep 17, 2015
-
-
Daniel Povey authored
Adding nnet2 function NnetComputationChunked
-
Daniel Povey authored
Added --scale option to nnet3-am-copy, useful for shrinkage of parame…
-
Daniel Povey authored
nnet3 lstm train script bug fix
-
Vijayaditya Peddinti authored
-
naxingyu authored
-
Daniel Povey authored
add log-prob-per-frame in nnet3 training log
-
naxingyu authored
-
Daniel Povey authored
nnet3: Efficiency improvement to nnet3-combine so it doesn't repeated…
-
Daniel Povey authored
nnet3: Efficiency improvement to nnet3-combine so it doesn't repeatedly have to compile the computation.
-
Daniel Povey authored
nnet3, LSTM scripts: add momentum, and remove --update-per-minibatch …
-
Daniel Povey authored
-
David Snyder authored
Adding nnet2 function NnetComputationChunked and updating associated unit test and binary. This version of NnetComputation divides the feature matrix into smaller chunks, and performs the posterior computation chunk by chunk. This makes the computation suitable for the GPU when the feature matrices are large.
-
Daniel Povey authored
nnet3: fix nnet3-train to make sure destructor of nnet3-train is called before we write out the model
-
- Sep 16, 2015
-
-
Daniel Povey authored
nnet3, LSTM scripts: add momentum, and remove --update-per-minibatch (no longer needed due to optimization that has the same effect). Caution: default=0.9, so it's on by default in the LSTM scripts.
-
Daniel Povey authored
Updates to LSTM recipe
-
Vijayaditya Peddinti authored
-
Daniel Povey authored
nnet3: adding new optimization method that reduces redundant matrix c…
-
- Sep 15, 2015
-
-
Daniel Povey authored
-
Daniel Povey authored
disabled debug mode of run_tdnn.sh script in AMI
-
Vijayaditya Peddinti authored
-
Daniel Povey authored
Minor changes to lstm recipe. Minor change to AMI recipe for JHU cluster
-