
Kaldi
visionfans
研究方向:计算机视觉,模式识别,机器学习
展开
-
useful kaldi posts
[Kaldi-developers] Baum-Welch training for HMMs原创 2015-12-16 14:26:23 · 1678 阅读 · 0 评论 -
kaldi parallelism
This post focus on run.pl of local parallelism.run.pl <options> <log-file> <command><options>: a job range specifier (e.g. JOB=1:4)<log-file>: file name for array jobs must contain identifier of the原创 2015-12-21 10:34:03 · 1543 阅读 · 0 评论 -
kaldi increasing GMM components in the training procedure
This (continuous Gaussian distribution) allows simple single Gaussian distributions to be used for an initial untied model set where the training data is very patchy. Then once tying has been performed原创 2015-12-17 22:45:05 · 1413 阅读 · 0 评论 -
kaldi monophone training outline
This outline is based on the steps/train_mono.sh script.Use a subset of the training set to init the monophone modelgmm-init-mono [options] Topo-in Dim Model-out Tree-out gmm-init-mono "--train-feats=$原创 2015-12-10 22:29:24 · 1085 阅读 · 0 评论 -
kaldi can link with openfst-1.5.0 without patch
openfst-1.5.0$ mkdir build && cd build$ ../configure --prefix=/opt/openfst-1.5.0 \--enable-static=no \--enable-far \--enable-ngram-fsts \--enable-pdt \--enable-python \LDLIBS="-ldl"kaldi-c09caf9原创 2015-12-02 19:22:02 · 951 阅读 · 0 评论 -
OpenFST notes
symbol tableThe internal representation of an arc label is an integer.The symbols are used for I/O purpose.You can store the symbols table with the FST file or not. If you do, use the options --keep原创 2015-12-26 19:57:58 · 2041 阅读 · 0 评论