Dan Povey
|
5a9ff80f0c
|
trunk: Removing outdated option from outdated nnet2 training script.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3375 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-30 07:14:26 +00:00 |
Guoguo Chen
|
2cafa2ab33
|
scripts for discriminative training on top of pnorm recipe
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3374 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-29 17:46:40 +00:00 |
Nickolay V. Shmyrev
|
92aa431e05
|
trunk: Updated yesno to s5 since s3 is removed from wsj
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3373 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-29 13:46:19 +00:00 |
Nickolay V. Shmyrev
|
89f22cb774
|
trunk: Allow openfstldflags to be empty (thanks to Alexander Solovets)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3372 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-29 08:24:25 +00:00 |
Xiaohui Zhang
|
dde53abf86
|
trunk: fixed typos in egs/rm/s5/local/run_nnet2.sh
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3371 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-29 04:44:27 +00:00 |
Guoguo Chen
|
37ae6de783
|
Forgot to commit the changes: using make_plp_pitch.sh to generate plp and pitch features
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3370 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-29 01:56:59 +00:00 |
Dan Povey
|
7ae89356b5
|
trunk: improvements to validate_lang.pl, and updates to make_phone_bigram_lang.sh to properly validate output.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3368 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-28 20:56:13 +00:00 |
Dan Povey
|
00ca8f8a31
|
trunk: fix to cu-device.cc regarding memory allocation in cudamatrix (as last fix, but corrected).
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3366 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-28 03:49:27 +00:00 |
Dan Povey
|
11541a4e6a
|
trunk: minor change to tools/INSTALL to clarify that the instructions are deprecated.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3365 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-28 03:31:58 +00:00 |
Wei Shi
|
0a28aeca4d
|
trunk: Updating irstlm toolkit's svn address
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3364 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-28 03:20:50 +00:00 |
Dan Povey
|
bd09664430
|
trunk: minor code fixes (should not affect any correct setup) and clarifications
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3363 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-28 00:39:35 +00:00 |
Ho Yin Chan
|
32af322637
|
trunk:src/cudamatrix allow retry of memory allocation
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3361 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-27 16:05:30 +00:00 |
Xiaohui Zhang
|
841862cc33
|
trunk: added pnorm nnet training setup and results for rm/s5
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3357 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-26 05:43:27 +00:00 |
Nickolay V. Shmyrev
|
61cf648031
|
trunk: Avoid double precision conversion in tanh too
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3356 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-26 00:52:52 +00:00 |
Dan Povey
|
f38697d609
|
trunk: Changes to matrix library to make sure to use single-precision versions of sin/cos/exp/sqrt and similar functions, when using double precision [achieve this by calling std::sin, std::cos, and so on].
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3355 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-25 23:56:39 +00:00 |
Ho Yin Chan
|
5c13717dd4
|
trunk:src/online support for shared library compilation handling
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3354 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-25 17:52:24 +00:00 |
Dan Povey
|
3976573464
|
trunk: Compilation fix to test code; minor cosmetic fix.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3352 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-25 05:33:22 +00:00 |
Dan Povey
|
40a378fa1a
|
trunk: adding executable property on script
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3351 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-25 03:47:54 +00:00 |
Wei Shi
|
58137b5b43
|
trunk: Adding scripts to produce combined MFCC/PLP/filterbank + pitch features.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3350 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-25 03:39:59 +00:00 |
Dan Povey
|
76a97eab02
|
trunk: some cosmetic changes to pitch code.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3349 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-25 02:01:52 +00:00 |
Chao Weng
|
548389c1b5
|
readme for chime
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3348 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-24 02:31:25 +00:00 |
Chao Weng
|
436f8097d0
|
adding neccesary scripts under local for chime
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3347 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-24 02:22:22 +00:00 |
Dan Povey
|
3bccb74081
|
trunk: Deleting unnecessary scripts that were in chime/s5/local example scripts.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3343 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-24 01:29:14 +00:00 |
Dan Povey
|
4129d32452
|
trunk: Adding utils dir as soft link in chime_wsj0/s5
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3342 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-24 01:15:41 +00:00 |
Dan Povey
|
081e538cbe
|
trunk: Remove extra utils dir in chime_wsj0/s5 (will replace with soft link in next commit)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3341 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-24 01:15:14 +00:00 |
Dan Povey
|
e4f190982c
|
trunk: Fix to subtle memory leak in lattice-faster-decoder.{h,cc} (caused loss equivalent to 1 frame's worth of tokens per file, and invisible to valgrind); clarifications in decoder code; fix to ivector testing code to avoid test failure.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3340 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-24 01:06:37 +00:00 |
Dan Povey
|
c5f865719a
|
trunk: script changes (compressed features are now default); improve configure script to add rpath to executable for Debian 7, so ld_library_path does not have to be messed with; some minor updates/extensions to nnet related programs; some minor script fixes.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3339 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-23 23:29:11 +00:00 |
Dan Povey
|
7ca0d918a4
|
trunk: Reversing patch that attempted to work around bug in gcc-4.8.2-1, did not help.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3338 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-23 20:37:43 +00:00 |
Dan Povey
|
4cd8d635bd
|
trunk: minor fix, fixing const-ness on BackpropNeeds{Input,Output}()
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3337 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-23 20:26:04 +00:00 |
Guoguo Chen
|
13c2714900
|
Adding tuned parameters for new pnorm recipe (Babel fullLP)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3334 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-21 08:27:11 +00:00 |
Pegah Ghahremani
|
e07d733c08
|
trunk: some changes applied to test code for pitch-functions
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3332 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-21 00:14:10 +00:00 |
Pegah Ghahremani
|
7178aaf4b6
|
trunk: pitch-functions-test added to Makefile
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3331 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-21 00:02:49 +00:00 |
Pegah Ghahremani
|
a5a3645964
|
trunk: some changes applied to test code for pitch-functions
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3330 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-21 00:02:02 +00:00 |
Pegah Ghahremani
|
bac35ff272
|
trunk: Change the test code for pitch-functions
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3329 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-20 21:42:33 +00:00 |
Dan Povey
|
7c4fadf183
|
trunk: attempted workaround for gcc bug affecting version 4.8.2, in compressed-matrix.cc
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3328 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-20 19:48:13 +00:00 |
Tanel Alumae
|
6c533719d1
|
trunk: src/gst-plugin Makefile fix, add dependency to kaldi-thread
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3327 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-20 11:35:34 +00:00 |
Dan Povey
|
afcf57f4b1
|
trunk: Fixes to speaker-id setup (egs/sre08); improved scoring script.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3326 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-19 23:50:35 +00:00 |
Karel Vesely
|
7fac203a32
|
trunk,nnet: changing the feature matrix randomizer, to keep auxiliary buffer allocated on GPU, which prevents 'out of memory' warnings of rbm-train-cd1-frmshuff
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3322 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-18 19:08:52 +00:00 |
Ho Yin Chan
|
9933999899
|
trunk:{src/ivectorbin,egs/hkust} minor compilation issue on ambiguous int64; and cosmetic fix of former script
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3321 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-18 16:33:39 +00:00 |
Dan Povey
|
1e3ce82c47
|
trunk: add missing script to recently-added speaker-id setup.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3320 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-18 04:26:32 +00:00 |
Dan Povey
|
f20989f880
|
MAJOR COMMIT: adding basic speaker-id setup to Kaldi, with associated example scripts.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3319 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-18 03:03:38 +00:00 |
Jan Trmal
|
26a4d87c7a
|
Check if the KALDILIBDIR variable is defined before the rmlibdir
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3318 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-17 09:45:33 +00:00 |
Dan Povey
|
7ff9192e0a
|
trunk: MAJOR COMMIT: Removing deprecated or little-used programs and scripts, which will now reside only in branches/complete
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3316 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-16 22:33:32 +00:00 |
Xiaohui Zhang
|
dbb7e19c0e
|
trunk: change to NormalizeComponent that improves results of pnorm recipe (does not hurt already-trained models)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3314 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-16 21:36:37 +00:00 |
Dan Povey
|
015f6654e6
|
trunk: Cosmetic changes to code and scripts
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3313 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-16 21:21:31 +00:00 |
Dan Povey
|
e5f3ee5830
|
trunk: a couple of minor cosmetic fixes.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3312 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-15 21:02:34 +00:00 |
Dan Povey
|
8f8a788f07
|
trunk: changes to number of parameters in pnorm example script for WSJ; adding RESULTS.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3310 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-14 05:41:20 +00:00 |
Karel Vesely
|
29e2e8e207
|
trunk,cudamatrix: bugfix, we should use GPU memory caching via CuDevice for CuArray too...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3309 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-13 16:36:46 +00:00 |
Ondrej Platek
|
48984495c4
|
trunk: add save option to show_lattice
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3308 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-13 11:04:03 +00:00 |
Ho Yin Chan
|
638e9514c2
|
trunk:src for threading shared library linking
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3307 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
|
2013-12-13 10:02:52 +00:00 |