navneeth1990
b5b7f9cd58
fixed uninitialized variable issue in steps/cleanup/create_segments_from_ctm.pl
2016-04-07 19:06:43 +00:00
Dan Povey
ce708ea167
Merge branch 'master' into chain
2016-04-06 10:40:40 -07:00
Kirill Katsnelson
24f553cf04
Merge pull request #664 from kaldi-asr/arpa-warnlimit
...
arpa2fst: count the bos/eos warninig towards the limit
2016-04-05 23:17:54 -07:00
Kirill Katsnelson
62d3e1788f
arpa2fst: count the bos/eos warninig towards the limit
2016-04-05 20:51:08 -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
Daniel Povey
2378680144
Merge pull request #660 from vijayaditya/bug_fix
...
ami+chain: bug-fix in scoring, improves results for chain models; ad…
2016-04-05 18:30:06 -04:00
Daniel Povey
bc5b64da24
Merge pull request #659 from david-ryan-snyder/lre07-fix
...
lre07-fix: Fix to local/make_lre07.pl
2016-04-05 15:52:39 -04:00
David Snyder
1ceab01257
lre07-fix: Fix to local/make_lre07.pl, so that it wgets the lre07 language key from OpenSLR.
2016-04-05 15:37:11 -04:00
Vijayaditya Peddinti
6140e1f1cb
ami+chain: bug-fix in scoring (added frame_shift option in scoring script) which improves results.
2016-04-05 15:36:09 -04:00
vesis84
78b211dc4a
nnet1: updates in <SimpleSentenceAveragingComponent>
2016-04-05 14:55:20 +02:00
Daniel Povey
2d3b910faf
Merge pull request #650 from lifeiteng/master
...
add read/write cache opt to train_rnn.py and fix cache read bug
2016-04-04 23:02:23 -04:00
Daniel Povey
60a5e712e6
Merge pull request #656 from kkm000/kill-log10
...
Kill arpa2fst use_log10 option (#640 )
2016-04-04 22:58:20 -04:00
Feiteng
76f26e733f
fix integer type error
2016-04-05 09:33:11 +08:00
Feiteng
5a686a2cef
sync read/write cache opts with steps/nnet3/lstm/train.sh
2016-04-05 09:33:11 +08:00
kkm
e3c9155eeb
Kill arpa2fst use_log10 option ( #640 )
2016-04-04 18:30:57 -07:00
Daniel Povey
fea62e6097
Merge pull request #649 from kkm000/arpa-diags
...
Improved ARPA compilers diagnostics.
2016-04-04 20:15:22 -04:00
kkm
60bdba9e56
Improved ARPA compilers diagnostics.
...
- Option --max-arpa-warnings to control number of warnings, default 30.
- Much improved error message with both source line number and the line itself.
2016-04-04 17:02:34 -07:00
Daniel Povey
d0cca8b204
Merge pull request #654 from api-ai/api-ai-eg
...
Api.ai pretrained chain model example scripts
2016-04-04 19:40:44 -04:00
Daniel Povey
c823bd87c1
Merge remote-tracking branch 'upstream/master' into chain
2016-04-04 19:35:14 -04:00
Daniel Povey
3503c4ce21
Merge pull request #647 from danpovey/range-rebase2
...
Range rebase2
2016-04-04 19:34:25 -04:00
Ilya Platonov
49eb5bd33d
Getting Ready to submit into main kaldi repo.
2016-04-04 16:23:45 -07: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
Daniel Povey
652fd2e1cc
Merge pull request #630 from vesis84/cudamatrix_makefile
...
configure, refactored selection of GPU architectures
2016-04-04 16:48:57 -04:00
Daniel Povey
d03abac434
fix to bug in arpa2fst regarding zero n-gram counts.
2016-04-04 14:59:12 -04:00
Daniel Povey
0565cce02b
Work-around for roundoff-error-caused Cholesky failure in iVector extractor estimation (found by magi11).
2016-04-04 13:05:49 -04:00
vesis84
6e80a68cf1
configure, updating Makefile with CUDA for 'src/chain'
2016-04-04 11:33:13 +02:00
Dan Povey
b0434b960c
Changes to the 'range' extension to table-reading code: a bunch of refactoring
...
and cleanup, including cleanup of original code. Removing enforcement of the
rarely-used 'once' option when reading scripts, to simplify the code.
2016-04-03 19:57:13 -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
kkm
33b6d6f4b0
Add option --ilabel-sort to arpa2fst
2016-04-03 14:24:13 -07:00
xiaohui-zhang
0a60eaf8c4
src/util: Enabled reading partial matrices for TableReader (initial work by xzhang, rebased by dan)
2016-04-03 15:16:52 -04:00
xiaohui-zhang
adb67c4e01
Fix to issue #476 , in which nonzero exit status of pipes did not propagate to an
...
error from the calling program when reading scripts or archives. Note: we only
propagate this error if we were at EOF-- otherwise it's legitimate to get a
broken pipe.
2016-04-03 15:16:42 -04:00
Daniel Povey
c972c798e7
Merge pull request #646 from kkm000/issue-634-crap
...
Allow anything before \data\ (#634 , comments)
2016-04-03 13:41:32 -04:00
kkm
c77451dc9f
Allow anything before \data\ ( #634 , comments)
2016-04-02 21:52:39 -07:00
Ilya Platonov
7e93738679
Adding examples for using pretrained api.ai chain model.
2016-04-01 16:01:57 -07:00
Daniel Povey
611ca84599
Merge pull request #623 from vijayaditya/bug_fix
...
Changed the script structure to share common stages across different …
2016-04-01 14:12:07 -04:00
Daniel Povey
174065301f
Merge pull request #636 from vdp/fix-unreachable-code
...
Fix two "structurally dead"(i.e. unreachable) code problems
2016-04-01 13:52:19 -04:00
Daniel Povey
6f498a779d
Merge pull request #637 from vdp/fix-librispeech
...
Change the OOV word for LibriSpeech from SPOKEN_NOISE to UNK
2016-04-01 13:03:35 -04:00
Jan "yenda" Trmal
e82b1381f3
Merge pull request #638 from galv/acc-lda
...
Make acc-lda size mismatch error message more informative.
2016-04-01 11:21:39 -04:00
Daniel Galvez
d892f4a3ef
Make acc-lda size mismatch error message more informative.
2016-04-01 11:17:53 -04:00
vesis84
75002035fa
configure: increasing to CONFIGURE_VERSION=3
2016-04-01 12:08:05 +02:00
Vassil Panayotov
389f13fb64
Fix two "structurally dead"(i.e. unreachable) code problems
...
The problems were flagged by the Coverity static code analysis tool.
2016-04-01 12:53:06 +03:00
Vassil Panayotov
1744794521
Change the OOV word for LibriSpeech from SPOKEN_NOISE to UNK
2016-04-01 12:49:48 +03:00
Vijayaditya Peddinti
9001b1f995
Changed the script structure to share common stages across different DNN recipes. Added the latest results with recommended settings.
2016-03-31 20:30:15 -04:00
Daniel Povey
2852f818b7
change ivector-extractor code so it does not crash when feature data is linearly dependent.
2016-03-31 14:41:34 -04:00
vesis84
a4f67f8c87
nnet1: adding support to extract nested network from <ParallelComponent> by nnet-copy
2016-03-31 14:47:46 +02:00
Dan Povey
d2c5072320
Merge remote-tracking branch 'upstream/master' into chain
2016-03-31 00:57:01 -04:00
Daniel Povey
e14f1f7b72
various minor bug-fixes to bugs flagged by Coverity scan (thanks to Yenda and Vassil for finding them)
2016-03-31 00:56:24 -04:00
Daniel Povey
e82ca8596f
documentation change (regarding acknowledgements)
2016-03-31 00:55:49 -04:00