I am using SphinxTrain-1.0.tar.bz2, and met the following error for "make
check". Anybody met the similar issue?
(ubuntu7)
(gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7))
-help no no
-example no no
-moddeffn mk_mdef_gen/4st.ci.mdef
-mixwfn mw
-topo bugcase2/bug.topo
-tmatfn tm
-nstream 4 4
-ndensity 256 256
main.c(85): Reading model definition file mk_mdef_gen/4st.ci.mdef
INFO: model_def_io.c(587): Model definition info:
INFO: model_def_io.c(588): 55 total models defined (55 base, 0 tri)
INFO: model_def_io.c(589): 275 total states
INFO: model_def_io.c(590): 220 total tied states
INFO: model_def_io.c(591): 220 total tied CI states
INFO: model_def_io.c(592): 55 total tied transition matrices
INFO: model_def_io.c(593): 5 max state/model
INFO: model_def_io.c(594): 5 min state/model
main.c(92): 55 models defined
ERROR: "topo_read.c", line 169: n_state =1, if you are using a transition
matrix with more than 1 state, this error might show that there is format
issue in your input topology file. You are recommended to use
perl/make_topology.pl to generate the topo file instead.
Test mk_flat mk_flat format bug (Tracker no: 1504066) Expected Fail PASSED
make: Leaving directory `/home/tao/Sphinx/SphinxTrain-1.0/test'
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using SphinxTrain-1.0.tar.bz2, and met the following error for "make
check". Anybody met the similar issue?
(ubuntu7)
(gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu7))
perl ./scripts/test_bugcase2.pl
../bin.i686-pc-linux-gnu/mk_flat \
-moddeffn mk_mdef_gen/4st.ci.mdef \
-topo bugcase2/bug.topo \
-tmatfn tm \
-mixwfn mw
-help no no
-example no no
-moddeffn mk_mdef_gen/4st.ci.mdef
-mixwfn mw
-topo bugcase2/bug.topo
-tmatfn tm
-nstream 4 4
-ndensity 256 256
main.c(85): Reading model definition file mk_mdef_gen/4st.ci.mdef
INFO: model_def_io.c(587): Model definition info:
INFO: model_def_io.c(588): 55 total models defined (55 base, 0 tri)
INFO: model_def_io.c(589): 275 total states
INFO: model_def_io.c(590): 220 total tied states
INFO: model_def_io.c(591): 220 total tied CI states
INFO: model_def_io.c(592): 55 total tied transition matrices
INFO: model_def_io.c(593): 5 max state/model
INFO: model_def_io.c(594): 5 min state/model
main.c(92): 55 models defined
ERROR: "topo_read.c", line 169: n_state =1, if you are using a transition
matrix with more than 1 state, this error might show that there is format
issue in your input topology file. You are recommended to use
perl/make_topology.pl to generate the topo file instead.
Test mk_flat mk_flat format bug (Tracker no: 1504066) Expected Fail PASSED
make: Leaving directory `/home/tao/Sphinx/SphinxTrain-1.0/test'
I don't see any unexpected error here. This fai is expected and make check is
passed successfully.
my bad, didn't read it through
thanks