- Aug 12, 2015
-
-
nichongjia authored
-
nichongjia authored
-
- Aug 10, 2015
-
-
nichongjia authored
-
- Feb 18, 2015
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4903 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Feb 06, 2015
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4861 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Aug 14, 2014
-
-
Karel Vesely authored
- adding runtime ``GPU-health'' check - modifying Dropout, adding MaxNorm - extending log-prints in lattice decoding (can be used for confidence monitoring) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4304 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Aug 07, 2014
-
-
Karel Vesely authored
trunk,nnet1 : changing CuMatrix -> CuMatrixBase and CuVector -> CuVectorBase in interfaces, where applicable. Note the 'Base' classes mean that the dimensions are fixed and object has pre-allocated data. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4272 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jan 13, 2014
-
-
Karel Vesely authored
trunk,nnet: committing latest nnet code, preparation for CNNs, a binary tool for initialization (will be used in examples later) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3402 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Nov 20, 2013
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3172 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
- new per-frame randomizers (future plan to remove Cache, and use lightweight randomizers instead, already in rbm-train-cd1-frmshuff and nnet-train-frmshuff) - nnet training tools added verbose level3 for analyzing graidents, or feedforward data - cross entropy loss now has progressive reporting git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3171 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Oct 23, 2013
-
-
Dan Povey authored
sandbox/dan2: merge various changes from trunk, plus some changes to enable efficient GPU-based training after 'mix-up'. git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3108 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Oct 18, 2013
-
-
Karel Vesely authored
trunk,nnet1: warning! changes to Component/Nnet interaface to be closer to Dan's, you may need to fix your extensions to nnet1 code, main changes are: - nnet files now have optional begin/end tokens <Nnet></Nnet> (backward compatibility) - in the Nnet API, "*Layer" was replaced by "*Component", which better corresponds to code - removed *Nnet pointer from Component and constructors, it was unused - addded Component::Copy() method, simplified nnet consistency checks Nnet::Check() - fixed "Copyright" notices git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3102 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Sep 24, 2013
-
-
Dan Povey authored
Update COPYING notice to further clarify our conventions regarding copyright and multiple authors; update Apache headers to point to COPYING notice. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2988 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jul 19, 2013
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2703 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 21, 2013
-
-
Xiaohui Zhang authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2558 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2557 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Xiaohui Zhang authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2556 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 07, 2013
-
-
Karel Vesely authored
- NN-training hyper-parameters now in classes NnetTrainOptions RbmTrainOptions - removing nnet-trim-n-last-transforms (functionality now in nnet-copy --remove-last-layers) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2504 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Mar 26, 2013
-
-
Karel Vesely authored
- updating RBM training - plus some minor updates git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2264 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Mar 07, 2013
-
-
Arnab Ghoshal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@2150 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Feb 07, 2013
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1989 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jan 11, 2013
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1808 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Dec 26, 2012
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan@1708 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Dec 17, 2012
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1686 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Nov 16, 2012
-
-
Karel Vesely authored
fixing the GPU build process which now uses multiple CUDA compute capabilities git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1600 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 08, 2012
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@1013 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 02, 2012
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@985 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 01, 2012
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@983 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@982 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- May 28, 2012
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@965 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- May 24, 2012
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@943 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Feb 09, 2012
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@736 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Aug 17, 2011
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/karel@316 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Aug 15, 2011
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/karel@277 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/karel@275 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- May 23, 2011
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@52 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- May 22, 2011
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@51 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-