Ilya Platonov
|
7264220cbb
|
Adding nnet3/chain support to steps/cleanup/find_bad_utts_nnet.sh, now script supports both nnet2 and nnet3. Probably nnet1.
|
2016-05-09 17:37:32 +00:00 |
Dan Povey
|
c9c5d5951a
|
some cosmetic changes: add comments to RNNLM rescoring utilities to refer to each other; improve messages printed out by 'configure'
|
2016-05-09 00:54:44 -04:00 |
Daniel Povey
|
96ca21214d
|
Merge pull request #767 from vijayaditya/chime4
chime4: minor bug-fixes
|
2016-05-07 16:38:08 -04:00 |
Vijayaditya Peddinti
|
fb51bfb998
|
chime4: minor bug-fixes
|
2016-05-07 16:35:41 -04:00 |
Daniel Povey
|
83031f2ce9
|
Merge pull request #743 from danpovey/cygwin-fix
some changes to fix compilation issues on cygwin: broke up kws-functi…
|
2016-05-07 16:22:24 -04:00 |
Daniel Povey
|
4614e176ed
|
Merge pull request #748 from cmusphinx/master
Use OnlineFeatureInterface in nnet2 and nnet3 decoders
|
2016-05-07 16:21:39 -04:00 |
Daniel Povey
|
e1f68e8d5d
|
Merge pull request #764 from pranavj/issue729
update to validate_dict_dir.pl to check for ^M (Issue 729)
|
2016-05-06 15:20:53 -04:00 |
pranav
|
7f457c5d1e
|
update to validate_dict_dir.pl, changed \r$ condition to \r (Issue 729)
|
2016-05-06 14:45:22 +08:00 |
pranav
|
2ee2a9eda9
|
update to validate_dict_dir.pl to check for ^M (Issue 729)
|
2016-05-06 13:51:46 +08:00 |
Daniel Povey
|
6c074c87ed
|
Further minor fix to script egs/wsj/s5/local/run_mmi_tri4b.sh
|
2016-05-05 20:27:02 -04:00 |
Daniel Povey
|
36b105ef56
|
Merge pull request #763 from danpovey/sw005320-chime4-egs
Sw005320 chime4 egs
|
2016-05-05 15:37:20 -04:00 |
Takaaki Hori
|
395d8d1845
|
Simplified the script 'local/chime4_train_lms.sh'
|
2016-05-05 15:35:39 -04:00 |
sw005320
|
78c34cd8f1
|
Updated local/clean_chime4_format_data.sh by using the latest wsj/s5/local/wsj_format_data.sh
|
2016-05-05 15:35:39 -04:00 |
Nickolay Shmyrev
|
47b7a6b5c7
|
Use OnlineFeatureInterface instead of hardcoded OnlineNnet2FeaturePipeline
in nnet2 and nnet3 decoders to allow more flexible feature pipelines.
|
2016-05-05 21:24:07 +02:00 |
Daniel Povey
|
f136eaef56
|
Merge pull request #756 from speechmatics/g_properties
Fix inversion of input and output of open2.
|
2016-05-05 14:30:44 -04:00 |
Daniel Povey
|
f28b71a06a
|
fix small bug in egs/wsj/s5/local/run_mmi_tri4b.sh, found by pranavj
|
2016-05-05 13:16:04 -04:00 |
Remi Francis
|
dde00f5881
|
Fix inversion of input and output of open2 and pattern to check cyclicity.
|
2016-05-05 10:51:47 +01:00 |
Daniel Povey
|
76ee27b2c2
|
Merge pull request #760 from giuliopaci/enable_precompiled_speex_usage
Added --speex-* options to configure.
|
2016-05-04 20:49:28 -04:00 |
Giulio Paci
|
66bb0643b1
|
Added --speex-* options to configure.
|
2016-05-05 02:44:56 +02:00 |
Daniel Povey
|
8b21e690ff
|
Merge pull request #759 from giuliopaci/small_fixes
Small fixes
|
2016-05-04 20:21:27 -04:00 |
Giulio Paci
|
d4b76616ac
|
Fixed a check in configure.
|
2016-05-05 02:17:35 +02:00 |
Giulio Paci
|
e8987f8130
|
Fix undefined variable issue in install_irstlm.sh.
|
2016-05-05 02:17:35 +02:00 |
Daniel Povey
|
c1d049e1b3
|
Merge pull request #752 from danpovey/compose-deterministic
Update to ComposeCompactLatticeDeterministic to fix a bug regarding t…
|
2016-05-04 15:59:40 -04:00 |
Daniel Povey
|
27dc00c53e
|
Merge pull request #754 from vdp/fix-compute-epochs2
nnet3: Undo the damage done by 2310a19ca and fix the original problem properly
|
2016-05-04 15:40:23 -04:00 |
Daniel Povey
|
a8ca3bf4de
|
Merge pull request #757 from danpovey/mono-fix
fix small bug in train_mono.sh regarding how errors in feat-to-dim ge…
|
2016-05-04 14:27:57 -04:00 |
Dan Povey
|
96082ccee7
|
fix small bug in train_mono.sh regarding how errors in feat-to-dim get shown to the user.
|
2016-05-04 14:26:55 -04:00 |
Vassil Panayotov
|
048c01d048
|
nnet3: Undo the damage done by 2310a19ca and fix the original problem properly
Also add an additional unit test for the topological sorting function
|
2016-05-04 10:39:18 +03:00 |
Daniel Povey
|
faa9c446d7
|
another fix to ComposeCompactLatticeDeterministic(), and a fix (plus cleanup) to word-align-lattice.cc, that affects the --test=true option of lattice-align-words for some topologies including chain models.
|
2016-05-03 21:09:58 -04:00 |
Daniel Povey
|
0e284f3b90
|
Update to ComposeCompactLatticeDeterministic to fix a bug regarding the olabel (which shouldn't matter in our normal use-cases), and make final-probs application more efficient.
|
2016-05-03 18:53:05 -04:00 |
Jan "yenda" Trmal
|
6771bf75ea
|
Merge pull request #750 from jtrmal/iban_path_fix
iban recipe -- adding path.sh that was accidentally removed today
|
2016-05-03 15:47:11 -04:00 |
Jan Trmal
|
b5d0718ad3
|
fixing path.sh
|
2016-05-03 15:38:24 -04:00 |
Daniel Povey
|
a9937ae2c6
|
Merge pull request #749 from danpovey/scoring-fix
Modify steps/nnet{2,3}/decode.sh to only pass in the --iter option to…
|
2016-05-03 14:51:37 -04:00 |
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 |
Daniel Povey
|
371a3cee34
|
some changes to fix compilation issues on cygwin: broke up kws-functions.cc into two pieces; add flag in makefile. Plus a cosmetic change in nnet-computation-graph.cc.
|
2016-05-02 16:05:21 -04:00 |
Daniel Povey
|
fde32f8c5b
|
Merge pull request #741 from naxingyu/update-fisher-swbd-tdnn-smbr
Update fisher swbd tdnn smbr
|
2016-05-02 14:29:23 -04:00 |
Daniel Povey
|
d3a77187fb
|
Update #error message in kaldi-utils.h (regarding memory alignment) to clarify it's likely a Makefile issue.
|
2016-05-01 23:29:59 -04:00 |
Daniel Povey
|
3ed1537924
|
Merge pull request #733 from david-ryan-snyder/nnet3-cons-func-comp-fix
nnet3: fix to ConstantFunctionComponent
|
2016-05-01 19:38:07 -04:00 |
Daniel Povey
|
fc1b6a9aa3
|
Merge pull request #738 from vdp/fix-compute-epochs
Fix an apparent typo in nnet3::ComputeNnetComputationEpochs()
|
2016-05-01 13:46:35 -04:00 |
Daniel Povey
|
8664ce902c
|
minor documentation change
|
2016-05-01 13:34:44 -04:00 |
Vassil Panayotov
|
2310a19ca5
|
Fix an apparent typo in nnet3::ComputeNnetComputationEpochs()
|
2016-04-30 10:45:43 +03:00 |
Dan Povey
|
43b4f642d2
|
minor fix to perturb_data_dir_volume.sh (thanks to ilya platonov)
|
2016-04-29 14:42:52 -04:00 |
Daniel Povey
|
f5c1515b64
|
add a couple Makefile rules
|
2016-04-28 19:22:25 -04:00 |
Dan Povey
|
1475415074
|
some mostly whitespace-related fixes relating to online-nnet3 decoding (should make no difference to anything)
|
2016-04-28 11:26:47 -04:00 |
Xingyu Na
|
53afcf793e
|
add fisher_swbd tdnn+smbr results
|
2016-04-28 13:30:40 +08:00 |
Xingyu Na
|
b0df34d7c1
|
update fisher_swbd tdnn+smbr recipe
|
2016-04-28 13:16:00 +08: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 |
David Snyder
|
97678c957c
|
nnet3: fixing ConstantFunctionComponent, and adding back compatibility
|
2016-04-27 19:37:10 -04:00 |
David Snyder
|
74dac0a163
|
nnet3: fix ConstantFunctionComponent so that it reads and writes its learning rate. This allows it to be updated via nnet3-copy during training.
|
2016-04-27 16:54:23 -04:00 |
Dan Povey
|
4557f09198
|
Merge remote-tracking branch 'upstream/chain'
|
2016-04-26 22:20:02 -04:00 |