Daniel Povey
|
c8bf123702
|
Modify steps/nnet{2,3}/decode.sh to only pass in the --iter option to scoring if needed.
|
2016-05-03 14:49:55 -04:00 |
Vijayaditya Peddinti
|
8305c4c7cb
|
Bug fixes and cosmetic changes in Iban recipe. (#746)
|
2016-05-03 10:04:36 -04:00 |
Dan Povey
|
43b4f642d2
|
minor fix to perturb_data_dir_volume.sh (thanks to ilya platonov)
|
2016-04-29 14:42:52 -04:00 |
Dan Povey
|
6bd89dff99
|
fix to pretrain_dbn.sh (an error I introduced with a previous fix w.r.t. removing $tmpdir)
|
2016-04-27 19:50:37 -04:00 |
Dan Povey
|
4557f09198
|
Merge remote-tracking branch 'upstream/chain'
|
2016-04-26 22:20:02 -04:00 |
Jan "yenda" Trmal
|
6bd4e7b9ef
|
Merge pull request #727 from jtrmal/iban_recipe
Iban recipe
|
2016-04-26 14:32:14 -04:00 |
Yenda Trmal
|
682d47c9d5
|
Adding an Iban recipe
|
2016-04-26 18:25:04 +00:00 |
vesis84
|
74a166566d
|
nnet1: fixing the training script issue of 'analyze-couts'
- Now 'analyze-couts' obtains the dimensionality of the counts by option.
- The problem was reported in:
https://groups.google.com/forum/#!topic/kaldi-help/seUrycQ7nQc
|
2016-04-26 11:35:37 +02:00 |
Daniel Povey
|
fe01bf4bce
|
Modify steps/nnet/pretrain_dbn.sh so that if it fails while dumping features to /tmp (due to filling up the disk), the features are removed.
|
2016-04-22 14:41:49 -04:00 |
Nickolay Shmyrev
|
a15f7d0389
|
Fix typo, remove extra quote
|
2016-04-20 22:52:35 +02:00 |
Remi Francis
|
b3b0941ba9
|
Fix call to get error message.
|
2016-04-19 17:32:41 +01:00 |
Remi Francis
|
a6b224aa27
|
Fix nnet3-latgen-faster option.
|
2016-04-19 17:32:38 +01:00 |
Remi Francis
|
19d90daf3e
|
Subset on utt2spk when feats.scp is not necessary.
|
2016-04-18 11:53:04 +01:00 |
freewym
|
f00c4c8c4c
|
force to generate utt2dur for every srcdir while calling combine_data.sh
|
2016-04-17 19:11:42 -04:00 |
Daniel Povey
|
497ca79b56
|
Merge remote-tracking branch 'upstream/master' into chain
|
2016-04-15 16:30:30 -04:00 |
Daniel Povey
|
f0244b2865
|
Merge pull request #666 from api-ai/chain
Online nnet3 code
|
2016-04-15 13:29:59 -07:00 |
Ilya Platonov
|
84a853c8af
|
Removing threaded option from online decoder.
|
2016-04-14 14:51:46 -07:00 |
Daniel Povey
|
502bf4a25b
|
Merge pull request #682 from kkm000/arpa-invoke-common
Update arpa2fst invocations in common (wsj/{utils,steps}) files
|
2016-04-13 14:23:20 -07:00 |
Daniel Povey
|
616835c315
|
Some cosmetic changes and clarifications relating to WSJ recipes and some utility scripts
|
2016-04-13 15:47:28 -04:00 |
Daniel Povey
|
ecebc3331c
|
Merge pull request #696 from tzyll/kaldi_pull_request
pipe added
|
2016-04-13 11:43:24 -07:00 |
Daniel Povey
|
ef48b26f1f
|
Merge pull request #683 from speechmatics/mkgraph_improvement
utils/mkgraph.sh finds the information about the context in the tree.
|
2016-04-13 11:40:45 -07:00 |
Ilya Platonov
|
7dda2e6c24
|
More changes after Dan review.
|
2016-04-13 10:40:19 -07:00 |
Remi Francis
|
50dde0f055
|
utils/mkgraph.sh finds the information about the context in the tree.
Adding error message if $(tree-info | grep) fails.
Exit correctly when the command fails.
|
2016-04-13 11:30:12 +01:00 |
Zhiyuan Tang
|
a76bce52e3
|
pipe added
|
2016-04-13 16:44:17 +08:00 |
Vimal Manohar
|
c52315c67a
|
smbr: Avoid extra epochs if frame shift is not used during training
|
2016-04-12 19:07:30 -04:00 |
Daniel Povey
|
4488d3cd3c
|
Merge pull request #678 from freewym/dur_fix
WIP: fix for utt2dur when applied on speed-pertubed data
|
2016-04-11 19:04:24 -07:00 |
freewym
|
65e5b07cda
|
get duration from feats.scp when wav.scp or segments are absent
|
2016-04-11 20:42:32 -04:00 |
freewym
|
93eebc9c00
|
fix
|
2016-04-11 16:38:35 -04: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 |
kkm
|
6e8dd7a3e8
|
Update arpa2fst invocations in common (wsj/{utils,steps}) files
|
2016-04-10 20:11:51 -07:00 |
freewym
|
931f031ca7
|
read entire file according to if there are sox commands with speed perturb
|
2016-04-10 17:21:25 -04:00 |
freewym
|
c0981ce251
|
fix for utt2dur when applied on speed-pertubed data
|
2016-04-09 16:36:50 -04:00 |
Ilya Platonov
|
654d4cdeff
|
Adding prepare_online_decoding.sh and tweaking online/nnet3/decode.sh
|
2016-04-08 14:42:59 -07:00 |
Daniel Povey
|
1540ad9ac5
|
Merge pull request #673 from navneeth1990/master
fixed uninitialized variable issue in steps/cleanup/create_segments_from_ctm.pl
|
2016-04-07 12:29:55 -07:00 |
Daniel Povey
|
e9dd0a1f37
|
some fixes regarding the deletion of cache files- based on a pull request by @lifeiting, but taking into account comments by vassil panayotov.
|
2016-04-07 15:27:47 -04:00 |
navneeth1990
|
b5b7f9cd58
|
fixed uninitialized variable issue in steps/cleanup/create_segments_from_ctm.pl
|
2016-04-07 19:06:43 +00:00 |
Ilya Platonov
|
7af526f84e
|
Merge branch 'master' into chain
|
2016-04-06 14:48:35 -07:00 |
Ilya Platonov
|
81d0b2ce84
|
Fixing initialization order error found by Xiaofei Yang and merging kaldi master
|
2016-04-06 10:50:28 -07:00 |
Dan Povey
|
ce708ea167
|
Merge branch 'master' into chain
|
2016-04-06 10:40:40 -07:00 |
Daniel Povey
|
de185e2f11
|
Merge pull request #655 from danpovey/ctm_fix
Fix to create_segments_from_ctm.pl to create proper ctm file. see PR 651
|
2016-04-05 19:00:53 -06:00 |
Daniel Povey
|
2fd63cb672
|
Merge pull request #634 from kkm000/arpa-3
Updated a few scripts to use new arpa2fst options
|
2016-04-05 18:32:06 -04:00 |
Feiteng
|
5a686a2cef
|
sync read/write cache opts with steps/nnet3/lstm/train.sh
|
2016-04-05 09:33:11 +08:00 |
Daniel Povey
|
ad0ac83e33
|
Fix to create_segments_from_ctm.pl to create proper ctm file... see PR 651.
|
2016-04-04 17:31:16 -04:00 |
kkm
|
2cc2c1edd3
|
Use outupt file arg of arpa2fst instead of redirection
|
2016-04-03 14:24:13 -07:00 |
kkm
|
64ca6aed76
|
Updated a few scripts to use new arpa2fst options
|
2016-04-03 14:24:13 -07:00 |
Ilya Platonov
|
1e88a92dde
|
Adding online-config option to steps/online/nnet3/decode.sh to make it easier to use.
|
2016-03-31 14:43:08 -07: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 |
Daniel Povey
|
5ccb773289
|
bug-fix to --remove-oov option to mkgraph.sh
|
2016-03-30 01:32:51 -04:00 |
Daniel Povey
|
343857432c
|
add options to fstrmsymbols.cc to allow removal of arcs with particular symbols; update mkgraph.sh with --no-oov option to remove arcs with the OOV symbol (prevent decoding <UNK>.
|
2016-03-30 01:28:39 -04:00 |