Граф коммитов

2726 Коммитов

Автор SHA1 Сообщение Дата
Karel Vesely 5e3a7535fe trunk,nnet: the lattices for sequence-discriminative NN training are now stored gzipped and separately (thanks Dan for explaining the I/O trick with output to scp:list.scp, which is used to store the lattices individually)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3073 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-11 21:18:29 +00:00
Dan Povey 4481aa8882 trunk: Bug-fix to lattice-oracle (was reporting ins as del and vice versa, and miscounting tot #-words). Cosmetic changes to lattice-oracle and lattice-depth.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3072 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-11 18:51:34 +00:00
Karel Vesely bdc2ff3d81 trunk,steps: - decode_nnet.sh now supports decoding with latgen-faster-mapped-parallel (thanks goes to Nagendra Goel for implementing the tool)
- some cosmetic changes in the scripts



git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3071 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-11 18:34:27 +00:00
Karel Vesely e51bbc07f8 trunk,utils/parse_options.sh : specifying config file which does not exist is now reported as error
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3070 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-11 15:55:02 +00:00
Karel Vesely 9c3abf3faf trunk/egs/swbd/s5b :
- adding results for Karel's DNN setup
- adding config file for dnn-decoding
- minor modifications in run.sh : check that LM-pruning of 'sw1_fsh_tg' passed well, adding LM-rescoring with 'sw1_fsh_tg' to tri4b



git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3069 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-11 14:37:00 +00:00
Vassil Panayotov 86b19fdba7 trunk/rm/s4: small changes to data preparation script, to make it work on OS X (thanks to Ibrahim Almajai)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3067 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-10 07:28:21 +00:00
Dan Povey bc1a372c4a Minor change to prepare_lang.sh so it shows any errors from validate_dict_dir.pl
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3066 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-09 20:17:33 +00:00
Dan Povey 57efd31d18 sandbox/dan2: changes to Makefiles so that CUDA libraries are not needed for those programs that don't use CUDA.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3065 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-09 20:08:31 +00:00
Jan Trmal 6c8b5a0b89 (trunk/egs/wsj/s5) fixing a problem introduced in the recent revision of the commit. The problem is that we didn't check the return code of the subshell in which the command is run, but the return of the time command. That might cause ignoring a failure of the command/sge task
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3064 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-09 17:03:26 +00:00
Karel Vesely 77882fdb50 trunk/nnet:
- adding dummy option '--use-gpu-id' to training tools when compiled w/o CUDA, to make training run on CPUs with standard scripts



git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3063 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-09 15:31:50 +00:00
Karel Vesely 5698d56faf trunk/nnet:
- training tools store nnets in binary format to save space,
- removing nnetbin/nnet-train-xent-hardlab-frmshuff-prior.cc, which is obsolete and unused in recipes
- removing nnetbin/nnet-trim-n-last-transforms.cc, whose functionality is in 'nnet-copy'



git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3062 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-09 15:18:39 +00:00
Dan Povey 30278c391a sandbox/dan2: Fix to compilation bug in nnet2bin/nnet-train-transitions.cc
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3060 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-09 02:50:03 +00:00
Guoguo Chen cc0d4665d4 Adding MTWV metric when computing the oracle kws performance
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3059 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-09 01:23:34 +00:00
Dan Povey 49fa9f12dc Changes to validate_dict_dir.pl that should be cosmetic (possibly fix exit status)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3058 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-08 18:02:12 +00:00
Bagher BabaAli a756b4c8f2 fixed to timit/s5/run.sh
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3057 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-08 07:23:52 +00:00
Bagher BabaAli 349c13669f fixed to timit/s5/run.sh
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3056 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-08 07:15:40 +00:00
Dan Povey f407c8f8bf trunk: Fix bug in operation of lattice-to-phone-lattice with --replace-words=false
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3055 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-08 00:42:15 +00:00
Arnab Ghoshal cecfbc7646 trunk: making timit recipe insensitive to fileystem case + other small changes
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3054 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-07 16:33:35 +00:00
Tanel Alumae 211c03c9b8 trunk: apply-cmvn-sliding now actually outputs transformed features
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3053 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-07 12:38:34 +00:00
Bagher BabaAli d82ed84b02 fixed to timit/s5/local
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3052 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-07 12:23:08 +00:00
Bagher BabaAli edc3b5b63a add test_spk.list and delete eval_spk.list
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3051 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-07 11:39:05 +00:00
Bagher BabaAli f28631998a new result based on standard partition
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3050 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-07 09:46:18 +00:00
Dan Povey 5f5f65cdeb trunk: Extra test for compressed-matrix, and code changes, so matrix stays identical after multiple reads and writes as compressed-matrix.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3049 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-06 17:48:41 +00:00
Dan Povey 2cb17f4903 trunk: Adding program for UBM initialization from features (without requiring trained AmGmm)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3048 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-05 21:33:57 +00:00
Dan Povey 476ab0327e Merging changes from trunk (and some minor unrelated changes to nnet scripts)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3047 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-05 20:26:38 +00:00
Dan Povey 84d9e6a45f sandbox/dan2: some name changes in cudamatrix library; remove some code RE allocation that I decided not to use.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3046 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-05 19:57:46 +00:00
Ho Yin Chan fb376e5820 trunk:egs/hkust add wide beam decoding results
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3045 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-05 10:31:48 +00:00
Jan Trmal d70f7d4283 (BABEL) use the proper location of the pfiles -- see the commit 3043
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3044 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-04 19:49:03 +00:00
Jan Trmal e1b712c948 (BABEL) allow for specifying working dir where pfiles should be placed...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3043 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-04 19:47:40 +00:00
Jan Trmal d4e58d9f5f (BABEL) fixing some issues with unbound (non-set) variables and improved checking of presence of mandatory files
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3042 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-04 19:45:39 +00:00
Ehsan Variani 0fc00f59e0 sandbox/dan2: speed-test for CopyLowerToUpper and CopyUpperToLower added.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3038 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-03 16:30:28 +00:00
Karel Vesely 0e07f12e0e trunk,nnet : separating the labels for train/cv set. Now in case that train and cv set contain different sentences with same utt-id, it is not harmful.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3037 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-03 11:59:39 +00:00
Ho Yin Chan 73abbf6860 trunk:egs/hkust update on some recent experiments
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3036 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-03 11:10:36 +00:00
Ho Yin Chan 8beace2ae7 trunk:egs minor fix typo in nnet-cpu scripts
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3035 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-03 09:06:21 +00:00
Dan Povey abe276e865 sandbox/dan2: Modify some nnet code to use symmetric regular not packed matrices; minor improvements in cudamatrix/
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3034 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-03 04:54:51 +00:00
Dan Povey 268fab19b3 sandbox/dan2: fixing CopyLowerToUpper and CopyLowerToUpper
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3033 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-03 04:35:10 +00:00
Dan Povey 41080c8f3e trunk: modify sliding-window CMVN algorithm to include current frame in window (note: this code not used in any recipes yet); modify prior-floor in nnet-cpu code to fix problem..
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3032 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-03 04:00:57 +00:00
Ehsan Variani 807a948e6c sandbox/dan2: CopyLowUpp and CopyUppLow are added.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3031 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 23:55:20 +00:00
Dan Povey 093c30a03a sandbox/dan2: a lot of cleanups/changes/bugfixes/extra functionality for cudamatrix/matrix.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3030 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 23:05:02 +00:00
Jan Trmal c7be440b60 (BABEL) updated configs for Zulu, added FullLP config for Zulu
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3029 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 19:12:49 +00:00
Karel Vesely 2792650819 trunk : default compiler at BUT is now 64bit g++, removing BUT specific lines from build scripts
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3028 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 17:36:58 +00:00
Jan Trmal 69af5ff0c2 (trunk:egs/wsj/s5) -- use the parse_options.sh for parsing the parameters in lmrescore.sh
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3027 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 15:59:31 +00:00
Jan Trmal 0cb9df06d2 Change the semantics of the call when only wordlist is available. Now we demand the first token on every line to be KWID. This is because in some cases we need the KWID to be respected. NB: This does not affect the default pipeline.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3026 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 15:55:45 +00:00
Jan Trmal ca0a63e7f7 (BABEL): Another OP1 fix -- the script prepare_stm.pl does parse the wav.scp file and did not know how to parse the sox lines
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3025 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 15:52:15 +00:00
Jan Trmal 45f1f63fde (BABEL): ensure the scoring will fail in a defined way if something goes wrong
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3024 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 15:49:37 +00:00
Jan Trmal 1c1114d8b4 (BABEL) last cleaning of the make_ffv.sh -- do not use the variable basename, as there already exist variable name with the same content and meaning
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3023 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 15:48:16 +00:00
Jan Trmal 9c2085e5fd (BABEL): adding config files for new languages and for FFV features
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@3022 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 15:42:59 +00:00
Dan Povey 9d556750b9 sandbox/dan2: various minor fixes/improvements to CUDA functions and test code.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3021 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 14:55:36 +00:00
Ehsan Variani dc29149d5b sandbox/dan2: Fixes to vector summation function, Sum()
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3020 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 14:54:27 +00:00
Dan Povey 582de28eaf sandbox/dan2: Make more efficient version of CUDA AddDiagMatMat.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/dan2@3019 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2013-10-02 04:57:57 +00:00