Skip to content

Commit 279da1a

Browse files
committed
Updates to branches/1, and minor changes to READMES + one #include statement.
git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@138 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
1 parent 226e141 commit 279da1a

File tree

5 files changed

+13
-2
lines changed

5 files changed

+13
-2
lines changed

misc/htk_conversion/README

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11

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+
27
# HTK conversion script:
38
./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
49

misc/htk_decode_example/README

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# This script is not being maintained and is not guaranteed to work.
2+
# Its inputs are specific to the BUT system.
3+
14

25
mkdir -p feats
36
dir=`pwd`

misc/htk_graph_creation_example/README

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
This script is not being maintained and is not guaranteed to work.
2+
Its inputs are specific to the BUT system.
3+
4+
15

26
This directory contains some scripts that convert HTK models into Kaldi format
37
and build decoding graphs. They take as input a CallHome English setup that's

src/TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
TODO items (Dan):
1919
[add ,s,cs on sgmm3e feats]
20-
remove back-compat options for gmm-est-et etc. (mean-and-var, etc.)
20+
2121
Look into how better to estimate vectors in training time
2222
(I think WERs degraded when I fixed a script bug that
2323
was having the effect of re-estimating spk-vecs from

src/transform/hlda.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
#include "base/kaldi-common.h"
2525
#include "matrix/matrix-lib.h"
26-
#include "optimization/optimization-common.h"
2726
#include "gmm/am-diag-gmm.h"
2827
#include "transform/transform-common.h"
2928
#include "transform/regression-tree.h"

0 commit comments

Comments
 (0)