File tree Expand file tree Collapse file tree 5 files changed +13
-2
lines changed
htk_graph_creation_example Expand file tree Collapse file tree 5 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ This is an example of a HTK conversion script that converts HTK models
3
+ to Kaldi format models. It's not being actively maintained. This
4
+ script is not very general-- since HTK's MMF format can contain almost
5
+ anything, it's hard to create a general solution.
6
+
2
7
# HTK conversion script:
3
8
./convert_htk.sh ../.. /mnt/matylda5/jhu09/setup/CH1/English/exp/xwrd.R0_800_TB500/hmm84/MMF /mnt/matylda5/jhu09/setup/CH1/English/exp/xwrd.R0_800_TB500/hmm10_800_500/cluster.trees convert_dir
4
9
Original file line number Diff line number Diff line change
1
+ # This script is not being maintained and is not guaranteed to work.
2
+ # Its inputs are specific to the BUT system.
3
+
1
4
2
5
mkdir -p feats
3
6
dir=`pwd`
Original file line number Diff line number Diff line change
1
+ This script is not being maintained and is not guaranteed to work.
2
+ Its inputs are specific to the BUT system.
3
+
4
+
1
5
2
6
This directory contains some scripts that convert HTK models into Kaldi format
3
7
and build decoding graphs. They take as input a CallHome English setup that's
Original file line number Diff line number Diff line change 17
17
18
18
TODO items (Dan):
19
19
[add ,s,cs on sgmm3e feats]
20
- remove back-compat options for gmm-est-et etc. (mean-and-var, etc.)
20
+
21
21
Look into how better to estimate vectors in training time
22
22
(I think WERs degraded when I fixed a script bug that
23
23
was having the effect of re-estimating spk-vecs from
Original file line number Diff line number Diff line change 23
23
24
24
#include " base/kaldi-common.h"
25
25
#include " matrix/matrix-lib.h"
26
- #include " optimization/optimization-common.h"
27
26
#include " gmm/am-diag-gmm.h"
28
27
#include " transform/transform-common.h"
29
28
#include " transform/regression-tree.h"
You can’t perform that action at this time.
0 commit comments