- Jul 02, 2015
-
-
Karel Vesely authored
trunk,nnet1 : bugfix in cuda-gpu detection (mmi/mpe script itself is not running on a machinge with GPU, it submits job to a GPU node) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5201 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 30, 2015
-
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5197 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5196 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Guoguo Chen authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5195 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 29, 2015
-
-
Guoguo Chen authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5193 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
David Snyder authored
trunk: Adding binaries fgmm-global-acc-stats-post and fgmm-global-init-from-accs which will be used primarily for DNN-SID scripts. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5192 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Nagendra Goel authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5191 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 28, 2015
-
-
Guoguo Chen authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5189 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 27, 2015
-
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5187 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 26, 2015
-
-
Jan Trmal authored
(trunk) Adding compute-atwv -- a tool to (fast) computation of the ATWV and the other TWV metrics + some other negligible fixes git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5186 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 25, 2015
-
-
Karel Vesely authored
- it works, but it needs further analysis, so far it did not outperform the LSTM. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5183 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5182 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5181 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Vijayaditya Peddinti authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5180 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 24, 2015
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5178 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 23, 2015
-
-
Vijayaditya Peddinti authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5177 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Jan Trmal authored
(trunk) Create a separate kws library. If you are using lat/kaldi-kws.h, change it to kws/kaldi-kws.h. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5176 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Vijayaditya Peddinti authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5175 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Guoguo Chen authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5174 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 22, 2015
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5172 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Sri Harish Mallidi authored
trunk,nnet1 : - ran cpplint.py on nnet-convolutional-2d-component.h, nnet-max-pooling-2d-component.h, nnet-average-pooling-2d-component.h, to make it compliant w.r.t whitespaces git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5171 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5170 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5169 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 19, 2015
-
-
Sri Harish Mallidi authored
- faster cnn2d by pre-computing scaling factors used on gradients of cnn2d weights - unit tests for all methods of cnn2d, max-pool-2d, avg-pool-2d components - added cnn2d recipe in Resource Management, local/nnet/run_cnn2d.sh bugfix steps/nnet/make_priors.sh : in importing cmvn-option in preparing feature-extraction pipeline git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5165 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5163 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 18, 2015
-
-
Guoguo Chen authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5156 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 17, 2015
-
-
Jan Trmal authored
(trunk) Fix issue when the lines wouldn't be random enough. WARNING: this patch will cause shuffle_list.pl working in different way, i.e. it will produce differently shuffled lines! git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5153 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5152 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5151 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Guoguo Chen authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5148 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 16, 2015
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5147 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Guoguo Chen authored
trunk: adding --keep-ali option to rnnlm rescoring; adding support for G.carpa in rnnlm rescoring; plus some small fixes git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5145 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Nagendra Goel authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5143 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 15, 2015
-
-
Guoguo Chen authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5140 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 14, 2015
-
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5137 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 12, 2015
-
-
Jan Trmal authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5132 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Jan Trmal authored
(trunk) The extended support for Kaldi on Windows -- now OpenBLAS is supported in case the MKL is not an option git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5131 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 10, 2015
-
-
Shinji Watanabe authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5129 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5128 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- Jun 09, 2015
-
-
Guoguo Chen authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5127 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-