vesis84
1449a9d021
error_logs: abort or throw exception even with custom log-handler
2016-05-17 20:23:19 +02:00
vesis84
216f9ec42a
error_logs: adding 'k' to the enum.
2016-05-17 16:41:32 +02:00
vesis84
a4fff0d551
base/kaldi_error : integrating comments from Dan.
2016-05-10 20:17:26 +02:00
vesis84
24bef8dcb4
base/kaldi_error : refactoring the logging code
...
- some TODO's are to be decided:
- Can we remove the: 'IsKaldiError()'? (It's very 'dirty' function. And it's used only in the table-I/O to suppress printing 'what' messages from KALDI_ERR. IMHO, it may not be a good idea to suppress this.)
- With Kirill's log-handler, the log is sent and then there's no abort() for errors/asserts (seems like a bad idea, but it is the way it worked previously).
2016-05-10 17:41:49 +02:00
vesis84
1bcdf6aafb
base/kaldi_error : the error messages are no longer printed 2x
...
- e.what() contains stackttrace or is empty string
- we should also consider changing:
'std::cerr << e.what();' -> 'fprintf(stderr, e.what().c_str());'
- fprintf is thread-safe and it is better not to mix 'std::cerr' and
'stderr', and 'stderr' is already used for logging...
2016-05-04 12:14:33 +02: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
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
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
Dan Povey
6bb54bd3dd
fix copy constructor in new-style feature generation classes
2016-04-25 21:37:10 -04:00
Daniel Povey
afa3c428d8
Merge pull request #730 from sw005320/chime4-egs
...
Chime4 egs
2016-04-25 19:15:39 -04:00
sw005320
1bb204ec1d
Fixed bugs in path issues
2016-04-25 14:03:54 -04:00
sw005320
9ac02c9b96
Chang subdirectory name by removing "track" suffix
2016-04-25 13:58:29 -04:00
sw005320
4ad4edbc0c
remove "set -x" in CHiME3 scripts
2016-04-25 13:35:11 -04:00
sw005320
b5bf39d7d4
Remove all "set -x" used in CHiME4 scripts
2016-04-25 13:33:12 -04:00
sw005320
8e173f780a
Remove set -x in run.sh
...
Update cmd.sh
2016-04-25 13:29:30 -04:00
sw005320
79ceb90f30
Fix typo and change cmd.sh
2016-04-25 13:23:22 -04:00
sw005320
975abc9989
Remove duplicated path setting, and add bash debug options in run.sh
2016-04-25 09:11:33 -04:00
sw005320
2afb18ca50
Merge remote-tracking branch 'origin/master' into chime4-egs
2016-04-25 09:01:05 -04:00
sw005320
1ea2852c0f
CHiME4 initial commit (1, 2, and 6 channel tracks)
2016-04-25 08:53:32 -04:00
Dan Povey
f868ace8c4
two small fixes: const fix in regrree-fmllr code, fix to soft link.
2016-04-24 01:17:21 -04:00
Dan Povey
145d38f039
small fix to ali-to-phones to support higher-precision ctm for small frame shifts.
2016-04-24 01:01:12 -04:00
Daniel Povey
ae73c79528
fix egs/apiai_decode/s5/path.sh to account for move of common path.sh
2016-04-22 20:35:00 -04:00
Dan Povey
6cb8ff5c23
print errno when failing to open archives for writing
2016-04-22 16:03:58 -04: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
Vijayaditya Peddinti
b5c8ee0f24
Merge pull request #657 from naxingyu/add-fisher-swbd-nnet3-chain
...
add fisher_swbd nnet3 and chain recipe
2016-04-20 21:47:39 -04:00
Xingyu Na
02cf52a48e
add fisher_swbd nnet3 and chain recipe
2016-04-21 09:39:27 +08:00
Daniel Povey
9e8ff73648
Merge pull request #722 from cmusphinx/master
...
Fix typo, remove extra quote
2016-04-20 13:57:47 -07:00
Nickolay Shmyrev
a15f7d0389
Fix typo, remove extra quote
2016-04-20 22:52:35 +02:00
Daniel Povey
e1a0ca04c8
Merge pull request #705 from guoguo12/examples-table
...
Add table of examples (#469 )
2016-04-19 16:16:35 -07:00
Daniel Povey
6b21037fe5
Merge pull request #713 from naxingyu/fix-hkust-locale
...
fix hkust locale
2016-04-19 09:53:13 -07:00