- 23 Jun, 2014 3 commits
-
-
Dan Povey authored
trunk: changes to Dan's neural net setup, with new preconditioning method (speed roughly doubled if you use train_pnorm_online.sh, which uses the new preconditioning method). Various bug-fixes, optimizations and cleanups in matrix code, cuda-matrix code and thread code. Still tuning this so recipes not checked in yet. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4077 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
trunk,nnet: changing nnet prototype, making the bottleneck networks more stable by reducing learninig rates of weights around bottleneck. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4076 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Xiaohui Zhang authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4074 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 19 Jun, 2014 1 commit
-
-
Dan Povey authored
trunk: fix to TIMIT recipe for updated scripts (thanks to rkjaran); adding install script for OpenBLAS to clarify it can be done via the Makefile; change default min-active in biglm-faster-decoder. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4071 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 11 Jun, 2014 1 commit
-
-
Dan Povey authored
trunk: making feature extraction scripts more robust to invalid wav files; minor script fixes and extensions: adding scripts (not yet with results) for Fisher English. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4062 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 10 Jun, 2014 1 commit
-
-
Danijel Korzinek authored
Removed confidence from the online audio server and client programs because it doesn't work. Also fixed indentation to match other files. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4061 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 09 Jun, 2014 3 commits
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4055 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4054 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4053 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 08 Jun, 2014 1 commit
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4051 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 07 Jun, 2014 3 commits
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4048 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4047 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
trunk: modifications to the cudamatrix library, mostly to improve the speed of symmetric positive definite matrix inversion, but also misc. other small imrpovements. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4046 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 06 Jun, 2014 2 commits
-
-
Karel Vesely authored
trunk : increasing the tolerance for numerical condition in the Forward-backward sMBR sanity check, which compares total forward and backward probabilities which are requiret to the the same... (was crashing in TED-LIUM DNN recipe) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4044 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4043 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 05 Jun, 2014 1 commit
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4039 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 03 Jun, 2014 1 commit
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4037 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 02 Jun, 2014 1 commit
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4035 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 01 Jun, 2014 2 commits
-
-
Dan Povey authored
trunk: merging recent changes from ^/sandbox/language_id; removing some svn:mime-type properties on scripts that were preventing merging. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4033 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/language_id@4031 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 29 May, 2014 2 commits
-
-
Dan Povey authored
trunk: modifying tools/Makefile to use a recent version of IRSTLM and no longer use the patches we were applying. (the old setup was failing for recent gcc due to reallocf issue) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4027 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
trunk: modifying biglm decoder to support --min-active option (merging changes made by Augusto Henrique Hentz in ^/sandbox/linse) git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4026 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 28 May, 2014 1 commit
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4023 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 26 May, 2014 3 commits
-
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4018 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4017 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4016 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 24 May, 2014 1 commit
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4014 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 22 May, 2014 1 commit
-
-
David Snyder authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/language_id@4010 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 21 May, 2014 3 commits
-
-
Atanas Gospodinov authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4009 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4008 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
trunk: Add --snip-edges option to feature extraction, to enable more predictable number of frames. Some cosmetic changes. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4007 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 19 May, 2014 2 commits
-
-
David Snyder authored
sandbox/language_id: Adding scripts to produce the LRE07 General Closed-Set Language Recognition eval. Also fixing a minor bug in run_logistic_regression.sh when rebalancing priors. git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/language_id@4005 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Karel Vesely authored
nnet,trunk: adding linear transform without bias (for bottlenecks), each component can rescale learning-rate git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4004 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 18 May, 2014 1 commit
-
-
Dan Povey authored
trunk: fix inconsistent naming of lattice beam option: change latbeam to lattice_beam in scripts and in some configs. git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3998 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 16 May, 2014 1 commit
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3996 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 15 May, 2014 1 commit
-
-
Nagendra Goel authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/language_id@3994 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 14 May, 2014 3 commits
-
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3993 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3991 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
Dan Povey authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3990 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-
- 12 May, 2014 1 commit
-
-
Vimal Manohar authored
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3989 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
-