vesis84
bffbe48130
nnet1: integrating comments from Dan.
2016-05-12 02:12:01 +02:00
Jan "yenda" Trmal
753c6be888
Merge pull request #631 from jtrmal/path_sh_fix2
...
moving the src/path.sh into tools/config/common_path.sh
2016-04-11 11:20:11 -04:00
Vassil Panayotov
1fec27763b
rm/s5: Don't use the no-longer-existing '--max-arcs' option when calling gmm-latgen-faster
...
The binary complains that there is no such option and exits abnormally, which in turn causes
local/test_decoders.sh to fail with a scary error message.
2016-04-08 13:44:00 +03:00
Dan Povey
d2c5072320
Merge remote-tracking branch 'upstream/master' into chain
2016-03-31 00:57:01 -04:00
Jan Trmal
12539e86cd
moving the src/path.sh into tools/config/common_path.sh
2016-03-30 09:57:03 -04:00
Jan Trmal
9c0391c1ca
all other path.sh fixed
2016-03-26 23:46:43 -04:00
Jan Trmal
6042ff8d14
proof of concept for review
2016-03-26 22:25:23 -04:00
Daniel Povey
e85fee374e
minor updates to RM run.sh file
2016-03-25 17:40:45 -04:00
Daniel Povey
e980e75778
small cosmetic change to RM example script for chain models
2016-02-19 19:25:19 -05:00
Dan Povey
b3bbc03868
modifying cmd.sh in example recipes to encourage the use of new-style queue options and conf/queue.conf
2016-02-18 16:58:46 -05:00
vesis84
a059643d19
updating 'cmd.sh' for BUT cluster in various recipes,
2016-02-17 11:50:57 +01:00
Xingyu Na
7ab019136f
add chain recipe for rm
2016-02-05 09:49:45 +08:00
Daniel Povey
0dcf70946d
Change INSTALL instructions to ask users to run check_dependencies.sh first; make a script die if /bin/sh points to dash; modify example scripts to use --max-jobs-run instead of -tc in options.
2015-10-30 14:45:25 -04:00
Daniel Povey
bc0c0af216
Merge pull request #192 from vesis84/jsalt-import-ffs
...
Jsalt import ffs
2015-10-03 15:24:08 -04:00
vesis84
558f186a25
nnet1 : extending the multilingual NN training to support Stacked
...
Bottleneck Network
2015-10-01 16:46:52 +02:00
vesis84
838cfb377a
Merging JSALT15 workshop code into 'github' kaldi.
...
- nnet1 support for i-vectors,
- update of egs/ami/s5 (data preparation, results),
- update of egs/rm/s5 (nnet1 experiments),
2015-09-30 19:29:40 +02:00
vesis84
073b782637
nnet1: cosmetic change to 0b21696
2015-08-11 08:00:26 +02:00
vesis84
0b21696484
nnet1: adding multi-lingual NN training,
...
- supports arbitrary number of languages,
- uses 'multi-task' training with per-language weights (one softmax per language),
- (the decoding script not yet merged)
2015-08-11 07:35:39 +02:00
vesis84
9248762c5a
egs/rm, updaing the example scripts
...
- adding example script with 'dummy ivectors': local/nnet/run_dummy_ivec.sh
- making sure the scripts are compatible with the updated training tools
2015-07-31 03:38:19 +02:00
vesis84
78c6ca51ca
rm,nnet1 : updating the NN training scripts
2015-07-29 03:06:32 +02:00
Karel Vesely
aca2786e11
trunk,nnet1: fixing 'blocksoftmax' example, adding result,
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5224 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-07-10 23:11:29 +00:00
Karel Vesely
189c77419e
trunk,nnet1: updating 'blocksoftmax' example (renamed 'multisoftmax'),
...
- 'blocksoftmax' is better name as it has same name as the used output component,
- we use multitask objective function, so we can see performance on individual tasks,
- also adding some older LSTM results on tedlium, not working on this recipe now,
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5222 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-07-10 08:22:34 +00:00
Karel Vesely
740545b963
trunk,nnet1 : adding BLSTM code from Ni Chongjia (I2R), Thanks!
...
- 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
2015-06-25 16:22:48 +00:00
Karel Vesely
bf8195ea5f
trunk,nnet1 : cosmetic changes to 2D-CNN script,
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5170 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-06-22 13:33:38 +00:00
Sri Harish Mallidi
8b60e01bed
trunk,nnet1 :
...
- 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
2015-06-19 20:23:13 +00:00
Dan Povey
af390b652d
trunk: standardizing all perl and python scripts to start with a shebang /usr/bin/env perl|python, and to be executable. Minor script change to train_mono.sh to print better info in case of error.
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5110 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-06-02 23:03:11 +00:00
Karel Vesely
dcc6a9d08f
trunk,nnet1: updating paste-post.cc, improving info-print for MultiSoftmax, fixing multi-database example script to use less RAM
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@5106 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-06-02 15:45:27 +00:00
Minhua Wu
e213cbb278
trunk: Update RM LSTM recipe, thanks to Jiayu Du
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4966 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-03-24 17:41:23 +00:00
Vijayaditya Peddinti
1f58f824aa
trunk: modified multisplice recipe in egs/rm
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4961 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-03-16 22:50:34 +00:00
Dan Povey
faaa5eb389
trunk: a little extra testing code and various minor bug-fixes (should not affect anything).
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4918 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-02-23 19:52:54 +00:00
Dan Povey
74c2581689
trunk: minor fix to RM data-prep script, to avoid weird file system condition on some machines.
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4906 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-02-19 05:58:32 +00:00
Karel Vesely
7e811a762d
trunk,nnet1: various enhancements, minor update of LSTM code,
...
- lstm : implemented gradient-clipping, extended gradient print to show stats of forward / backward pass.
- nnet-loss.cc : bugfix in Xent::Eval (avoiding log(0) in cross-entropy computation)
- nnet-pdf-priors.{h,cc},nnet-forward.cc : refactored, behavior stays the same
- train-transitions : updates transition probabilities in transition model (but there was no WER improvment)
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4904 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-02-18 13:08:48 +00:00
Dan Povey
2bd491d16e
trunk: various script changes to better support Mac OS X. Avoiding the '-T' option to 'cp', and the '>/dev/stderr' syntax in awk, which is only supported by GNU awk. Also providing an alternative to 'du -b' for getting file sizes, to failover to 'stat' on Mac
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4877 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-02-11 19:40:55 +00:00
Karel Vesely
5269f0f11d
trunk,nnet1 : adding --time-shift to 'nnet-forward',
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4875 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-02-11 11:22:50 +00:00
Minhua Wu
c5b33798cf
trunk: update RESULT for lstm
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4873 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-02-11 01:27:44 +00:00
Minhua Wu
18e3a73ff6
trunk: tune lstm recipe parameters
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4872 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-02-11 01:23:27 +00:00
Karel Vesely
36ae27bb37
trunk,nnet1 : adding lstm example (needs to be tuned)
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4862 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-02-06 21:11:56 +00:00
Karel Vesely
ad3a6aa296
trunk,nnet1: bugfix in multisoftmax example
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4816 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-01-22 21:56:56 +00:00
Karel Vesely
a1d196b9e4
trunk,nnet1: WARNING, change in the interface of : steps/nnet/train.sh
...
a) options --apply-cmvn --norm-vars are replaced by --cmvn-opts
b) option --delta-oder replaced by --delta-opts
- the files with setup of cmvn/deltas in exp/dnn.../ changed too, while keeping backward compatibility for nnet/decode.sh nnet/align.sh etc (please let me know if you have problems).
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4815 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-01-22 19:47:01 +00:00
Jan Trmal
15dfbb5de1
(trunk/rm) Making the RM recipe using the kaldi default scoring script
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4814 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-01-22 14:37:31 +00:00
Jan Trmal
de03b4e841
(trunk/rm) small fix and removing the scoring script as a preparation for replacement with the kaldi default scoring script.
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4813 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-01-22 14:36:25 +00:00
Dan Povey
de6498c344
trunk: add example for multi-language discriminative nnet training to egs/rm/s5/. Misc minor fixes.
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4766 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-01-10 23:00:53 +00:00
Dan Povey
731779d47a
trunk: add wsj joint training in top-level run.sh (commented out).
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4761 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-01-09 01:59:23 +00:00
Dan Povey
bc2cf51828
trunk: Adding example script for 'multi-lingual' nnet2-online training setup, using RM and WSJ as examples.
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4760 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-01-09 01:54:46 +00:00
Dan Povey
f85a5cc977
trunk: various small fixes to scripts; minor cosmetic changes to code and docs.
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4755 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2015-01-06 19:37:33 +00:00
Dan Povey
0ccf139b99
trunk: deleting topo.proto files (no longer used since a long-ago script change)
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4732 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2014-12-31 01:51:48 +00:00
Dan Povey
352ccd587d
trunk: a lot of minor fixes, cosmetic changes and revisions (most significantly: making conjugate gradient more robust.)
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4681 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2014-12-10 06:36:33 +00:00
Dan Povey
de10f1506d
Applied patch from BOLT system.
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4673 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2014-12-04 06:01:24 +00:00
Vassil Panayotov
adfa50a60e
Removing the egs/rm/s4 recipe. It's based on the older generation 's3' recipes, and now there are better examples using free data in Kaldi
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4654 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2014-11-25 12:26:58 +00:00
Dan Povey
ccf383cd7d
trunk: minor updates to nnet2-related scripts; adding multisplice example for RM.
...
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@4624 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
2014-11-17 05:55:25 +00:00