I am new to this sphinx.Based on the tutorial given i have setup the sphinx3,sphinxtrain and sphinx base.I have downloaded and setup the an4 and rm1, it works fine . i started to create my own project, the training process runs without lot of error . but when i started to run the decoding process it started to show the errors below.please anyone solve this problem.
INFO: e:\tutorial\sphinxbase\src\libsphinxutil\info.c(70): E:\tutorial\stargaze\bin\sphinx3_decode.exe Compiled on: Jan 14 2008, AT: 14:38:34
Current configuration: [NAME][DEFLT][VALUE]
-agc none none
-alpha 0.97 9.700000e-001
-cep2spec no no
-ceplen 13 13
-cmn current current
-dither no yes
-doublebw no no
-fbtype mel_scale mel_scale
-feat 1s_c_d_dd 1s_c_d_dd
-frate 100 100
-input_endian little little
-lda
-ldadim 29 29
-lifter 0 0
-logspec no no
-lowerf 133.33334 1.333333e+002
-ncep 13 13
-nfft 512 512
-nfilt 40 40
-remove_dc no no
-round_filters yes yes
-samprate 16000.0 1.600000e+004
-seed -1 -1
-smoothspec no no
-spec2cep no no
-transform legacy legacy
-unit_area yes yes
-upperf 6855.4976 6.855498e+003
-varnorm no no
-verbose no no
-warp_params
-warp_type inverse_linear inverse_linear
-wlen 0.025625 2.560000e-002
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(422): Parsed model-specific feature parameters from E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/feat.params
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\logs3.c(151): Initializing logbase: 1.000300e+000 (add table: 1)
INFO: Initialization of the log add table
INFO: Log-Add table size = 29350
INFO:
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(835): Initializing feature stream to type: '1s_c_d_dd', ceplen=13, CMN='current', VARNORM='no', AGC='none'
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\cmn.c(142): mean[0]= 12.00, mean[1..12]= 0.0
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(446): .cont.
INFO: Initialization of feat_t, report:
INFO: Feature type = 1s_c_d_dd
INFO: Cepstral size = 13
INFO: Cepstral size Used = 13
INFO: Number of stream = 1
INFO: Vector size of stream[0]: 39
INFO: Whether CMN is used = 1
INFO: Whether AGC is used = 0
INFO: Whether variance is normalized = 0
INFO:
INFO: Reading HMM in Sphinx 3 Model format
INFO: Model Definition File: E:/tutorial/stargaze/model_architecture/stargaze.1000.mdef
INFO: Mean File: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/means
INFO: Variance File: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/variances
INFO: Mixture Weight File: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/mixture_weights
INFO: Transition Matrices File: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/transition_matrices
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\mdef.c(679): Reading model definition: E:/tutorial/stargaze/model_architecture/stargaze.1000.mdef
INFO: Initialization of mdef_t, report:
INFO: 34 CI-phone, 1416 CD-phone, 3 emitstate/phone, 102 CI-sen, 588 Sen, 267 Sen-Seq
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(282): Using optimized GMM computation for Continuous HMM, -topn will be ignored
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(161): Reading mixture gaussian file 'E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/means'
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(417): 588 mixture Gaussians, 8 components, 1 streams, veclen 39
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(161): Reading mixture gaussian file 'E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/variances'
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(417): 588 mixture Gaussians, 8 components, 1 streams, veclen 39
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(505): Reading mixture weights file 'E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/mixture_weights'
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(657): Read 588 x 8 mixture weights
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(685): Removing uninitialized Gaussian densities
10 13 41 49 50 64 65 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 122 125 126 127 128 129 130 131 132 134 135 136 137 138 139 140 141 142 143 144 145 146 149 150 151 152 153 154 155 156 157 158 159 161 162 163 164 165 166 167 169 172 175 177 181 182 185 186 188 189 191 194 196 197 199 200 201 202 203 205 206 208 209 211 212 213 214 215 216 217 218 219 220 222 223 224 225 226 227 228 229 230 232 233 234 235 236 237 238 239 240 241 242 243 244 245 248 250 251 253 254 256 258 260 261 262 263 267 268 271 272 273 274 275 276 277 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 313 314 315 316 319 320 321 322 324 326 328 329 331 332 333 336 337 338 339 341 342 343 346 348 350 351 352 353 354 355 357 358 359 360 361 364 365 366 367 368 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 398 399 400 401 402 403 404 406 407 409 411 412 414 415 417 418 419 420 421 422 423 424 425 427 431 432 433 434 435 436 437 438 439 440 441 443 444 445 446 447 451 452 454 455 456 457 458 459 460 461 462 463 464 465 467 468 469 470 471 472 474 476 477 478 479 480 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 504 505 506 507 508 510 512 513 514 515 516 517 518 519 523 524 525 526 527 528 529 530 532 533 535 536 537 538 539 540 542 543 544 545 546 547 548 549 550 552 554 555 556 557 559 560 561 563 564 565 570 571 573 574 575 576 577 578 580 581 582 584 585 586 587
WARNING: "e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c", line 760: 3607 densities removed (387 mixtures removed entirely)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(776): Applying variance floor
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(794): 1383 variance values floored
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(842): Precomputing Mahalanobis distance invariants
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\tmat.c(167): Reading HMM transition probability matrices: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/transition_matrices
INFO: Initialization of tmat_t, report:
INFO: Read 34 transition matrices of size 3x4
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libdict\dict.c(471): Reading main dictionary: E:/tutorial/stargaze/etc/stargaze.dic
INFO: e:\tutorial\sphinx3\src\libs3decoder\libdict\dict.c(474): 46 words read
INFO: e:\tutorial\sphinx3\src\libs3decoder\libdict\dict.c(479): Reading filler dictionary: E:/tutorial/stargaze/etc/stargaze.filler
INFO: e:\tutorial\sphinx3\src\libs3decoder\libdict\dict.c(482): 3 words read
INFO: Initialization of dict_t, report:
INFO: No of CI phone: 0
INFO: Max word: 4145
INFO: No of word: 49
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(593): LM read('E:/tutorial/stargaze/etc/stargaze.lm.DMP', lw= 23.00, wip= 0.20, uw= 0.70)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(595): Reading LM file E:/tutorial/stargaze/etc/stargaze.lm.DMP (LM name "default")
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(628): Reading LM in 16 bits format
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(684): Read 35 unigrams [in memory]
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(757): 41 bigrams [on disk]
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(830): 42 bigrams [on disk]
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(900): 5 bigram prob entries
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(934): 5 trigram bowt entries
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(965): 5 trigram prob entries
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(996): 1 trigram segtable entries (512 segsize)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(1051): 35 word strings
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(686): The LM routine is operating at 16 bits mode
INFO: Initialization of fillpen_t, report:
INFO: Language weight =23.000000
INFO: Word Insertion Penalty =0.200000
INFO: Silence probability =0.100000
INFO: Filler probability =0.100000
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\dict2pid.c(577): Building PID tables for dictionary
INFO: Initialization of dict2pid_t, report:
INFO: Dict2pid is in composite triphone mode
INFO: 156 composite states; 57 composite sseq
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(602): Inside kbcore: Verifying models consistency ......
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(624): End of Initialization of Core Models:
INFO: Initialization of beam_t, report:
INFO: Parameters used in Beam Pruning of Viterbi Search:
INFO: Beam=-921019
INFO: PBeam=-383758
INFO: WBeam=-767516 (Skip=0)
INFO: WEndBeam=-614012
INFO: No of CI Phone assumed=34
INFO:
INFO: Initialization of fast_gmm_t, report:
INFO: Parameters used in Fast GMM computation:
INFO: Frame-level: Down Sampling Ratio 1, Conditional Down Sampling? 0, Distance-based Down Sampling? 0
INFO: GMM-level: CI phone beam -614012. MAX CD 100000
INFO: Gaussian-level: GS map would be used for Gaussian Selection? =1, SVQ would be used as Gaussian Score? =0 SubVQ Beam -19363
INFO:
INFO: Initialization of pl_t, report:
INFO: Parameters used in phoneme lookahead:
INFO: Phoneme look-ahead type = 0
INFO: Phoneme look-ahead beam size = 65945
INFO: No of CI Phones assumed=34
INFO:
INFO: Initialization of ascr_t, report:
INFO: No. of CI senone =102
INFO: No. of senone = 588
INFO: No. of composite senone = 156
INFO: No. of senone sequence = 267
INFO: No. of composite senone sequence=57
INFO: Parameters used in phoneme lookahead:
INFO: Phoneme lookahead window = 1
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kb.c(306): SEARCH MODE INDEX 4
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\srch.c(372): Search Initialization.
WARNING: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 172: -Nstalextree is omitted in TST search.
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(221): Creating Unigram Table for lm (name: default)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(234): Size of word table after unigram + words in class: 33.
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(243): Size of word table after adding alternative prons: 46.
INFO: lextree_t, report:
INFO: Parameters of the lexical tree.
INFO: Type of the tree 0 (0:unigram, 1: 2g, 2: 3g etc.)
INFO: Number of left contexts 16
INFO: Number of node 215
INFO: Number of links in the tree 454
INFO: The previous word for this tree
INFO: The size of a node of the lexical tree 96
INFO: The size of a gnode_t 16
INFO:
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(232): Lextrees (0) for lm 0, its name is default, it has 215 nodes(ug)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(221): Creating Unigram Table for lm (name: default)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(234): Size of word table after unigram + words in class: 33.
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(243): Size of word table after adding alternative prons: 46.
INFO: lextree_t, report:
INFO: Parameters of the lexical tree.
INFO: Type of the tree 0 (0:unigram, 1: 2g, 2: 3g etc.)
INFO: Number of left contexts 16
INFO: Number of node 215
INFO: Number of links in the tree 454
INFO: The previous word for this tree
INFO: The size of a node of the lexical tree 96
INFO: The size of a gnode_t 16
INFO:
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(232): Lextrees (1) for lm 0, its name is default, it has 215 nodes(ug)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(221): Creating Unigram Table for lm (name: default)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(234): Size of word table after unigram + words in class: 33.
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(243): Size of word table after adding alternative prons: 46.
INFO: lextree_t, report:
INFO: Parameters of the lexical tree.
INFO: Type of the tree 0 (0:unigram, 1: 2g, 2: 3g etc.)
INFO: Number of left contexts 16
INFO: Number of node 215
INFO: Number of links in the tree 454
INFO: The previous word for this tree
INFO: The size of a node of the lexical tree 96
INFO: The size of a gnode_t 16
INFO:
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(232): Lextrees (2) for lm 0, its name is default, it has 215 nodes(ug)
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(239): Time for building trees, 0.0000 CPU 0.0000 Clk
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(261): Lextrees(0), 1 nodes(filler)
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(261): Lextrees(1), 1 nodes(filler)
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(261): Lextrees(2), 1 nodes(filler)
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c(167): Initializing Viterbi-history module
INFO: Initialization of srch_t, report:
INFO: Operation Mode = 4, Operation Name = fwdtree
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libapi\utt.c(196): Processing: testtst_1\tst1\1
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(1139): At directory E:/tutorial/stargaze/feat
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(369): Reading mfc file: 'E:/tutorial/stargaze/feat/testtst_1\tst1\1.mfc'[0..-1]
...ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 1
ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 2
ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 0
......................................WARNING: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 787: No word exit in frame 400, using exits from frame 13
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 814: No word exit in frame 400, using exits from frame 13
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 401(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 0 tg(), 0 tgcache, 0 bo; 0 fills, 0 in mem (0.0%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 2 bg(), 2 bo; 1 fills, 1 in mem (2.4%)
.........................................................................................WARNING: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 787: No word exit in frame 881, using exits from frame 87
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 814: No word exit in frame 881, using exits from frame 87
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 882(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 0 tg(), 0 tgcache, 0 bo; 0 fills, 0 in mem (0.0%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 2 bg(), 2 bo; 0 fills, 1 in mem (2.4%)
..ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 0
ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 1
.ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 2
...................................................................................................WARNING: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 787: No word exit in frame 1015, using exits from frame 16
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 814: No word exit in frame 1015, using exits from frame 16
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 1016(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 0 tg(), 0 tgcache, 0 bo; 0 fills, 1 in mem (2.3%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 2 bg(), 2 bo; 0 fills, 2 in mem (4.8%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(936): 1 tg frees, 0 in mem; 1 bg frees, 1 in mem
Hi,
I am new to this sphinx.Based on the tutorial given i have setup the sphinx3,sphinxtrain and sphinx base.I have downloaded and setup the an4 and rm1, it works fine . i started to create my own project, the training process runs without lot of error . but when i started to run the decoding process it started to show the errors below.please anyone solve this problem.
INFO: e:\tutorial\sphinxbase\src\libsphinxutil\info.c(70): E:\tutorial\stargaze\bin\sphinx3_decode.exe Compiled on: Jan 14 2008, AT: 14:38:34
INFO: e:\tutorial\sphinxbase\src\libsphinxutil\cmd_ln.c(430): Parsing command line:
E:\tutorial\stargaze\bin\sphinx3_decode.exe \ -mdef E:/tutorial/stargaze/model_architecture/stargaze.1000.mdef \ -senmgau .cont. \ -hmm E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000 \ -lw 23 \ -feat 1s_c_d_dd \ -beam 1e-120 \ -wbeam 1e-100 \ -dict E:/tutorial/stargaze/etc/stargaze.dic \ -fdict E:/tutorial/stargaze/etc/stargaze.filler \ -lm E:/tutorial/stargaze/etc/stargaze.lm.DMP \ -wip 0.2 \ -ctl E:/tutorial/stargaze/etc/stargaze_test.fileids \ -ctloffset 0 \ -ctlcount 7 \ -cepdir E:/tutorial/stargaze/feat \ -cepext .mfc \ -hyp E:/tutorial/stargaze/result/stargaze-1-1.match \ -agc none \ -varnorm no \ -cmn current
Current configuration:
[NAME] [DEFLT] [VALUE]
-adchdr 0 0
-adcin no no
-agc none none
-alpha 0.97 9.700000e-001
-backtrace yes yes
-beam 1.0e-55 1.000000e-120
-bestpath no no
-bestpathlw 0.000000e+000
-bestscoredir
-bestsenscrdir
-bghist no no
-bptbldir
-bptblsize 32768 32768
-cb2mllr .1cls. .1cls.
-cep2spec no no
-cepdir E:/tutorial/stargaze/feat
-cepext .mfc .mfc
-ceplen 13 13
-ci_pbeam 1e-80 1.000000e-080
-cmn current current
-cond_ds no no
-ctl E:/tutorial/stargaze/etc/stargaze_test.fileids
-ctlcount 1000000000 7
-ctloffset 0 0
-ctl_lm
-ctl_mllr
-dagfudge 2 2
-dict E:/tutorial/stargaze/etc/stargaze.dic
-dist_ds no no
-dither no no
-doublebw no no
-ds 1 1
-epl 3 3
-fbtype mel_scale mel_scale
-fdict E:/tutorial/stargaze/etc/stargaze.filler
-feat 1s_c_d_dd 1s_c_d_dd
-fillpen
-fillprob 0.1 1.000000e-001
-frate 100 100
-fsg
-fsgusealtpron yes yes
-fsgusefiller yes yes
-gs
-gs4gs yes yes
-hmm E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000
-hmmdump no no
-hmmdumpef 200000000 200000000
-hmmdumpsf 200000000 200000000
-hmmhistbinsize 5000 5000
-hyp E:/tutorial/stargaze/result/stargaze-1-1.match
-hypseg
-hypsegscore_unscale yes yes
-inlatdir
-inlatwin 50 50
-input_endian little little
-kdmaxbbi -1 -1
-kdmaxdepth 0 0
-kdtree
-latcompress yes yes
-latext lat.gz lat.gz
-lda
-ldadim 29 29
-lextreedump 0 0
-lifter 0 0
-lm E:/tutorial/stargaze/etc/stargaze.lm.DMP
-lmctlfn
-lmdumpdir
-lminmemory no no
-lmname
-log3table yes yes
-logbase 1.0003 1.000300e+000
-logfn
-logspec no no
-lowerf 133.33334 1.333333e+002
-lts_mismatch no no
-lw 9.5 2.300000e+001
-maxcdsenpf 100000 100000
-maxedge 2000000 2000000
-maxhistpf 100 100
-maxhmmpf 20000 20000
-maxlmop 100000000 100000000
-maxlpf 40000 40000
-maxppath 1000000 1000000
-maxwpf 20 20
-mdef E:/tutorial/stargaze/model_architecture/stargaze.1000.mdef
-mean
-min_endfr 3 3
-mixw
-mixwfloor 0.0000001 1.000000e-007
-mllr
-mode fwdtree fwdtree
-nbest 200 200
-nbestdir
-nbestext nbest.gz nbest.gz
-ncep 13 13
-nfft 512 512
-nfilt 40 40
-Nlextree 3 3
-Nstalextree 25 25
-op_mode -1 -1
-outlatdir
-outlatfmt s3 s3
-pbeam 1.0e-50 1.000000e-050
-pheurtype 0 0
-phonepen 1.0 1.000000e+000
-pl_beam 1.0e-80 1.000000e-080
-pl_window 1 1
-ppathdebug no no
-ptranskip 0 0
-remove_dc no no
-round_filters yes yes
-samprate 16000.0 1.600000e+004
-seed -1 -1
-senmgau .cont. .cont.
-silprob 0.1 1.000000e-001
-smoothspec no no
-spec2cep no no
-subvq
-subvqbeam 3.0e-3 3.000000e-003
-svq4svq no no
-tighten_factor 0.5 5.000000e-001
-tmat
-tmatfloor 0.0001 1.000000e-004
-topn 4 4
-tracewhmm
-transform legacy legacy
-treeugprob yes yes
-unit_area yes yes
-upperf 6855.4976 6.855498e+003
-utt
-uw 0.7 7.000000e-001
-var
-varfloor 0.0001 1.000000e-004
-varnorm no no
-verbose no no
-vqeval 3 3
-warp_params
-warp_type inverse_linear inverse_linear
-wbeam 1.0e-35 1.000000e-100
-wend_beam 1.0e-80 1.000000e-080
-wip 0.7 2.000000e-001
-wlen 0.025625 2.562500e-002
-worddumpef 200000000 200000000
-worddumpsf 200000000 200000000
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(404): Begin Initialization of Core Models:
INFO: e:\tutorial\sphinxbase\src\libsphinxutil\cmd_ln.c(430): Parsing command line:
\ -alpha 0.97 \ -dither yes \ -doublebw no \ -nfilt 40 \ -ncep 13 \ -lowerf 133.33334 \ -upperf 6855.4976 \ -nfft 512 \ -wlen 0.0256 \ -transform legacy \ -feat 1s_c_d_dd \ -agc none \ -cmn current \ -varnorm no
Current configuration:
[NAME] [DEFLT] [VALUE]
-agc none none
-alpha 0.97 9.700000e-001
-cep2spec no no
-ceplen 13 13
-cmn current current
-dither no yes
-doublebw no no
-fbtype mel_scale mel_scale
-feat 1s_c_d_dd 1s_c_d_dd
-frate 100 100
-input_endian little little
-lda
-ldadim 29 29
-lifter 0 0
-logspec no no
-lowerf 133.33334 1.333333e+002
-ncep 13 13
-nfft 512 512
-nfilt 40 40
-remove_dc no no
-round_filters yes yes
-samprate 16000.0 1.600000e+004
-seed -1 -1
-smoothspec no no
-spec2cep no no
-transform legacy legacy
-unit_area yes yes
-upperf 6855.4976 6.855498e+003
-varnorm no no
-verbose no no
-warp_params
-warp_type inverse_linear inverse_linear
-wlen 0.025625 2.560000e-002
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(422): Parsed model-specific feature parameters from E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/feat.params
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\logs3.c(151): Initializing logbase: 1.000300e+000 (add table: 1)
INFO: Initialization of the log add table
INFO: Log-Add table size = 29350
INFO:
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(835): Initializing feature stream to type: '1s_c_d_dd', ceplen=13, CMN='current', VARNORM='no', AGC='none'
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\cmn.c(142): mean[0]= 12.00, mean[1..12]= 0.0
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(446): .cont.
INFO: Initialization of feat_t, report:
INFO: Feature type = 1s_c_d_dd
INFO: Cepstral size = 13
INFO: Cepstral size Used = 13
INFO: Number of stream = 1
INFO: Vector size of stream[0]: 39
INFO: Whether CMN is used = 1
INFO: Whether AGC is used = 0
INFO: Whether variance is normalized = 0
INFO:
INFO: Reading HMM in Sphinx 3 Model format
INFO: Model Definition File: E:/tutorial/stargaze/model_architecture/stargaze.1000.mdef
INFO: Mean File: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/means
INFO: Variance File: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/variances
INFO: Mixture Weight File: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/mixture_weights
INFO: Transition Matrices File: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/transition_matrices
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\mdef.c(679): Reading model definition: E:/tutorial/stargaze/model_architecture/stargaze.1000.mdef
INFO: Initialization of mdef_t, report:
INFO: 34 CI-phone, 1416 CD-phone, 3 emitstate/phone, 102 CI-sen, 588 Sen, 267 Sen-Seq
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(282): Using optimized GMM computation for Continuous HMM, -topn will be ignored
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(161): Reading mixture gaussian file 'E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/means'
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(417): 588 mixture Gaussians, 8 components, 1 streams, veclen 39
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(161): Reading mixture gaussian file 'E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/variances'
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(417): 588 mixture Gaussians, 8 components, 1 streams, veclen 39
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(505): Reading mixture weights file 'E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/mixture_weights'
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(657): Read 588 x 8 mixture weights
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(685): Removing uninitialized Gaussian densities
10 13 41 49 50 64 65 102 103 104 105 106 107 108 110 111 112 113 114 115 116 117 118 119 121 122 125 126 127 128 129 130 131 132 134 135 136 137 138 139 140 141 142 143 144 145 146 149 150 151 152 153 154 155 156 157 158 159 161 162 163 164 165 166 167 169 172 175 177 181 182 185 186 188 189 191 194 196 197 199 200 201 202 203 205 206 208 209 211 212 213 214 215 216 217 218 219 220 222 223 224 225 226 227 228 229 230 232 233 234 235 236 237 238 239 240 241 242 243 244 245 248 250 251 253 254 256 258 260 261 262 263 267 268 271 272 273 274 275 276 277 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 313 314 315 316 319 320 321 322 324 326 328 329 331 332 333 336 337 338 339 341 342 343 346 348 350 351 352 353 354 355 357 358 359 360 361 364 365 366 367 368 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 398 399 400 401 402 403 404 406 407 409 411 412 414 415 417 418 419 420 421 422 423 424 425 427 431 432 433 434 435 436 437 438 439 440 441 443 444 445 446 447 451 452 454 455 456 457 458 459 460 461 462 463 464 465 467 468 469 470 471 472 474 476 477 478 479 480 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 504 505 506 507 508 510 512 513 514 515 516 517 518 519 523 524 525 526 527 528 529 530 532 533 535 536 537 538 539 540 542 543 544 545 546 547 548 549 550 552 554 555 556 557 559 560 561 563 564 565 570 571 573 574 575 576 577 578 580 581 582 584 585 586 587
WARNING: "e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c", line 760: 3607 densities removed (387 mixtures removed entirely)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(776): Applying variance floor
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(794): 1383 variance values floored
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\cont_mgau.c(842): Precomputing Mahalanobis distance invariants
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\tmat.c(167): Reading HMM transition probability matrices: E:/tutorial/stargaze/model_parameters/stargaze.cd_cont_1000/transition_matrices
INFO: Initialization of tmat_t, report:
INFO: Read 34 transition matrices of size 3x4
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libdict\dict.c(471): Reading main dictionary: E:/tutorial/stargaze/etc/stargaze.dic
INFO: e:\tutorial\sphinx3\src\libs3decoder\libdict\dict.c(474): 46 words read
INFO: e:\tutorial\sphinx3\src\libs3decoder\libdict\dict.c(479): Reading filler dictionary: E:/tutorial/stargaze/etc/stargaze.filler
INFO: e:\tutorial\sphinx3\src\libs3decoder\libdict\dict.c(482): 3 words read
INFO: Initialization of dict_t, report:
INFO: No of CI phone: 0
INFO: Max word: 4145
INFO: No of word: 49
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(593): LM read('E:/tutorial/stargaze/etc/stargaze.lm.DMP', lw= 23.00, wip= 0.20, uw= 0.70)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(595): Reading LM file E:/tutorial/stargaze/etc/stargaze.lm.DMP (LM name "default")
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(628): Reading LM in 16 bits format
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(684): Read 35 unigrams [in memory]
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(757): 41 bigrams [on disk]
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(830): 42 bigrams [on disk]
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(900): 5 bigram prob entries
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(934): 5 trigram bowt entries
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(965): 5 trigram prob entries
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(996): 1 trigram segtable entries (512 segsize)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm_3g_dmp.c(1051): 35 word strings
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(686): The LM routine is operating at 16 bits mode
INFO: Initialization of fillpen_t, report:
INFO: Language weight =23.000000
INFO: Word Insertion Penalty =0.200000
INFO: Silence probability =0.100000
INFO: Filler probability =0.100000
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\dict2pid.c(577): Building PID tables for dictionary
INFO: Initialization of dict2pid_t, report:
INFO: Dict2pid is in composite triphone mode
INFO: 156 composite states; 57 composite sseq
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(602): Inside kbcore: Verifying models consistency ......
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kbcore.c(624): End of Initialization of Core Models:
INFO: Initialization of beam_t, report:
INFO: Parameters used in Beam Pruning of Viterbi Search:
INFO: Beam=-921019
INFO: PBeam=-383758
INFO: WBeam=-767516 (Skip=0)
INFO: WEndBeam=-614012
INFO: No of CI Phone assumed=34
INFO:
INFO: Initialization of fast_gmm_t, report:
INFO: Parameters used in Fast GMM computation:
INFO: Frame-level: Down Sampling Ratio 1, Conditional Down Sampling? 0, Distance-based Down Sampling? 0
INFO: GMM-level: CI phone beam -614012. MAX CD 100000
INFO: Gaussian-level: GS map would be used for Gaussian Selection? =1, SVQ would be used as Gaussian Score? =0 SubVQ Beam -19363
INFO:
INFO: Initialization of pl_t, report:
INFO: Parameters used in phoneme lookahead:
INFO: Phoneme look-ahead type = 0
INFO: Phoneme look-ahead beam size = 65945
INFO: No of CI Phones assumed=34
INFO:
INFO: Initialization of ascr_t, report:
INFO: No. of CI senone =102
INFO: No. of senone = 588
INFO: No. of composite senone = 156
INFO: No. of senone sequence = 267
INFO: No. of composite senone sequence=57
INFO: Parameters used in phoneme lookahead:
INFO: Phoneme lookahead window = 1
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\kb.c(306): SEARCH MODE INDEX 4
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\srch.c(372): Search Initialization.
WARNING: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 172: -Nstalextree is omitted in TST search.
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(221): Creating Unigram Table for lm (name: default)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(234): Size of word table after unigram + words in class: 33.
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(243): Size of word table after adding alternative prons: 46.
INFO: lextree_t, report:
INFO: Parameters of the lexical tree.
INFO: Type of the tree 0 (0:unigram, 1: 2g, 2: 3g etc.)
INFO: Number of left contexts 16
INFO: Number of node 215
INFO: Number of links in the tree 454
INFO: The previous word for this tree
INFO: The size of a node of the lexical tree 96
INFO: The size of a gnode_t 16
INFO:
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(232): Lextrees (0) for lm 0, its name is default, it has 215 nodes(ug)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(221): Creating Unigram Table for lm (name: default)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(234): Size of word table after unigram + words in class: 33.
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(243): Size of word table after adding alternative prons: 46.
INFO: lextree_t, report:
INFO: Parameters of the lexical tree.
INFO: Type of the tree 0 (0:unigram, 1: 2g, 2: 3g etc.)
INFO: Number of left contexts 16
INFO: Number of node 215
INFO: Number of links in the tree 454
INFO: The previous word for this tree
INFO: The size of a node of the lexical tree 96
INFO: The size of a gnode_t 16
INFO:
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(232): Lextrees (1) for lm 0, its name is default, it has 215 nodes(ug)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(221): Creating Unigram Table for lm (name: default)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(234): Size of word table after unigram + words in class: 33.
INFO: e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c(243): Size of word table after adding alternative prons: 46.
INFO: lextree_t, report:
INFO: Parameters of the lexical tree.
INFO: Type of the tree 0 (0:unigram, 1: 2g, 2: 3g etc.)
INFO: Number of left contexts 16
INFO: Number of node 215
INFO: Number of links in the tree 454
INFO: The previous word for this tree
INFO: The size of a node of the lexical tree 96
INFO: The size of a gnode_t 16
INFO:
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(232): Lextrees (2) for lm 0, its name is default, it has 215 nodes(ug)
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(239): Time for building trees, 0.0000 CPU 0.0000 Clk
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(261): Lextrees(0), 1 nodes(filler)
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(261): Lextrees(1), 1 nodes(filler)
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c(261): Lextrees(2), 1 nodes(filler)
INFO: E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c(167): Initializing Viterbi-history module
INFO: Initialization of srch_t, report:
INFO: Operation Mode = 4, Operation Name = fwdtree
INFO:
INFO: e:\tutorial\sphinx3\src\libs3decoder\libapi\utt.c(196): Processing: testtst_1\tst1\1
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(1139): At directory E:/tutorial/stargaze/feat
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(369): Reading mfc file: 'E:/tutorial/stargaze/feat/testtst_1\tst1\1.mfc'[0..-1]
...ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 1
ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 2
ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 0
......................................WARNING: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 787: No word exit in frame 400, using exits from frame 13
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 814: No word exit in frame 400, using exits from frame 13
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 401(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 0 tg(), 0 tgcache, 0 bo; 0 fills, 0 in mem (0.0%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 2 bg(), 2 bo; 1 fills, 1 in mem (2.4%)
Backtrace(testtst_1\tst1\1)
FV:testtst_1\tst1\1> WORD SFrm EFrm AScr(UnNorm) LMScore AScr+LScr AScale
fv:testtst_1\tst1\1> <sil> 0 13 -499527 -181889 -681416 612307
fv:testtst_1\tst1\1> <sil> 14 400 24818889 -181889 24637000 24818889
FV:testtst_1\tst1\1> TOTAL 24319362 -363778
FWDVIT: (testtst_1\tst1\1)
FWDXCT: testtst_1\tst1\1 S 25559541 T 24304012 A 24319362 L -15350 0 -499527 -7675 <sil> 14 24818889 -7675 <sil> 401
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\stat.c(154): 401 frm; 2 cdsen/fr, 102 cisen/fr, 4 cdgau/fr, 630 cigau/fr, Sen 0.03, CPU 0.03 Clk [Ovrhd 0.03 CPU 0.03 Clk]; 1 hmm/fr, 0 wd/fr, Search: 0.01 CPU 0.01 Clk (testtst_1\tst1\1)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\corpus.c(647): testtst_1\tst1\1: 0.2 sec CPU, 0.2 sec Clk; TOT: 0.2 sec CPU, 0.2 sec Clk
INFO: e:\tutorial\sphinx3\src\libs3decoder\libapi\utt.c(196): Processing: testtst_1\tst1\2
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(1139): At directory E:/tutorial/stargaze/feat
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(369): Reading mfc file: 'E:/tutorial/stargaze/feat/testtst_1\tst1\2.mfc'[0..-1]
.........................................................................................WARNING: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 787: No word exit in frame 881, using exits from frame 87
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 814: No word exit in frame 881, using exits from frame 87
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 882(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 0 tg(), 0 tgcache, 0 bo; 0 fills, 0 in mem (0.0%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 2 bg(), 2 bo; 0 fills, 1 in mem (2.4%)
Backtrace(testtst_1\tst1\2)
FV:testtst_1\tst1\2> WORD SFrm EFrm AScr(UnNorm) LMScore AScr+LScr AScale
fv:testtst_1\tst1\2> <sil> 0 41 -3703684 -181889 -3885573 1830611
fv:testtst_1\tst1\2> <sil> 42 87 -3174631 -181889 -3356520 2145383
fv:testtst_1\tst1\2> <sil> 88 881 50074280 -181889 49892391 50074280
FV:testtst_1\tst1\2> TOTAL 43195965 -545667
FWDVIT: (testtst_1\tst1\2)
FWDXCT: testtst_1\tst1\2 S 54184080 T 43172940 A 43195965 L -23025 0 -3703684 -7675 <sil> 42 -3174631 -7675 <sil> 88 50074280 -7675 <sil> 882
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\stat.c(154): 882 frm; 6 cdsen/fr, 102 cisen/fr, 15 cdgau/fr, 630 cigau/fr, Sen 0.04, CPU 0.04 Clk [Ovrhd 0.04 CPU 0.04 Clk]; 6 hmm/fr, 0 wd/fr, Search: 0.00 CPU 0.00 Clk (testtst_1\tst1\2)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\corpus.c(647): testtst_1\tst1\2: 0.4 sec CPU, 0.4 sec Clk; TOT: 0.5 sec CPU, 0.5 sec Clk
INFO: e:\tutorial\sphinx3\src\libs3decoder\libapi\utt.c(196): Processing: testtst_1\tst1\3
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(1139): At directory E:/tutorial/stargaze/feat
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(369): Reading mfc file: 'E:/tutorial/stargaze/feat/testtst_1\tst1\3.mfc'[0..-1]
..ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 2
.................INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 183(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 1 tg(), 0 tgcache, 1 bo; 1 fills, 1 in mem (2.3%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 325 bg(), 1 bo; 1 fills, 2 in mem (4.8%)
Backtrace(testtst_1\tst1\3)
FV:testtst_1\tst1\3> WORD SFrm EFrm AScr(UnNorm) LMScore AScr+LScr AScale
fv:testtst_1\tst1\3> <sil> 0 4 -151362 -181889 -333251 -20849
fv:testtst_1\tst1\3> SHE 5 182 -130722820 -58471 -130781291 7701800
FV:testtst_1\tst1\3> TOTAL -130874182 -240360
FWDVIT: SHE (testtst_1\tst1\3)
FWDXCT: testtst_1\tst1\3 S 7690611 T -130884166 A -130874182 L -9984 0 -151362 -7675 <sil> 5 -130722820 -2309 SHE 183
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\stat.c(154): 183 frm; 14 cdsen/fr, 102 cisen/fr, 32 cdgau/fr, 630 cigau/fr, Sen 0.03, CPU 0.03 Clk [Ovrhd 0.03 CPU 0.03 Clk]; 6 hmm/fr, 1 wd/fr, Search: 0.00 CPU 0.00 Clk (testtst_1\tst1\3)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\corpus.c(647): testtst_1\tst1\3: 0.1 sec CPU, 0.1 sec Clk; TOT: 0.6 sec CPU, 0.6 sec Clk
INFO: e:\tutorial\sphinx3\src\libs3decoder\libapi\utt.c(196): Processing: testtst_1\tst1\4
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(1139): At directory E:/tutorial/stargaze/feat
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(369): Reading mfc file: 'E:/tutorial/stargaze/feat/testtst_1\tst1\4.mfc'[0..-1]
..ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 0
ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 1
.ERROR: "e:\tutorial\sphinx3\src\libs3decoder\libsearch\lextree.c", line 1600: out.history==-1, error
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\srch_time_switch_tree.c", line 928: Propagation Failed for lextree_hmm_propagate_leave at tree 2
...................................................................................................WARNING: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 787: No word exit in frame 1015, using exits from frame 16
ERROR: "E:\tutorial\sphinx3\src\libs3decoder\libsearch\vithist.c", line 814: No word exit in frame 1015, using exits from frame 16
INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 1016(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 0 tg(), 0 tgcache, 0 bo; 0 fills, 1 in mem (2.3%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 2 bg(), 2 bo; 0 fills, 2 in mem (4.8%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(936): 1 tg frees, 0 in mem; 1 bg frees, 1 in mem
Backtrace(testtst_1\tst1\4)
FV:testtst_1\tst1\4> WORD SFrm EFrm AScr(UnNorm) LMScore AScr+LScr AScale
fv:testtst_1\tst1\4> <sil> 0 16 -271559 -181889 -453448 953974
fv:testtst_1\tst1\4> <sil> 17 1015 65369549 -181889 65187660 65369549
FV:testtst_1\tst1\4> TOTAL 65097990 -363778
FWDVIT: (testtst_1\tst1\4)
FWDXCT: testtst_1\tst1\4 S 66382519 T 65082640 A 65097990 L -15350 0 -271559 -7675 <sil> 17 65369549 -7675 <sil> 1016
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\stat.c(172): 1016 frm; 1 cdsen/fr, 102 cisen/fr, 1 cdgau/fr, 630 cigau/fr, Sen 0.04, CPU 0.04 Clk [Ovrhd 0.03 CPU 0.03 Clk]; Search: 0.00 CPU 0.00 Clk (testtst_1\tst1\4)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\corpus.c(647): testtst_1\tst1\4: 0.4 sec CPU, 0.4 sec Clk; TOT: 1.0 sec CPU, 1.0 sec Clk
INFO: e:\tutorial\sphinx3\src\libs3decoder\libapi\utt.c(196): Processing: testtst_1\tst1\15
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(1139): At directory E:/tutorial/stargaze/feat
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(369): Reading mfc file: 'E:/tutorial/stargaze/feat/testtst_1\tst1\15.mfc'[0..-1]
.........INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 82(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 0 tg(), 0 tgcache, 0 bo; 0 fills, 0 in mem (0.0%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 1 bg(), 1 bo; 0 fills, 1 in mem (2.4%)
Backtrace(testtst_1\tst1\15)
FV:testtst_1\tst1\15> WORD SFrm EFrm AScr(UnNorm) LMScore AScr+LScr AScale
fv:testtst_1\tst1\15> <sil> 0 2 -400772 -181889 -582661 -155059
fv:testtst_1\tst1\15> <sil> 3 24 -1366247 -181889 -1548136 1196486
fv:testtst_1\tst1\15> <sil> 25 71 -4296005 -181889 -4477894 1595188
fv:testtst_1\tst1\15> <sil> 72 81 -19151 -181889 -201040 56817
FV:testtst_1\tst1\15> TOTAL -6082175 -727556
FWDVIT: (testtst_1\tst1\15)
FWDXCT: testtst_1\tst1\15 S 2698100 T -6112875 A -6082175 L -30700 0 -400772 -7675 <sil> 3 -1366247 -7675 <sil> 25 -4296005 -7675 <sil> 72 -19151 -7675 <sil> 82
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\stat.c(154): 82 frm; 58 cdsen/fr, 102 cisen/fr, 80 cdgau/fr, 630 cigau/fr, Sen 0.06, CPU 0.06 Clk [Ovrhd 0.06 CPU 0.06 Clk]; 34 hmm/fr, 1 wd/fr, Search: 0.00 CPU 0.00 Clk (testtst_1\tst1\15)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\corpus.c(647): testtst_1\tst1\15: 0.0 sec CPU, 0.0 sec Clk; TOT: 1.1 sec CPU, 1.1 sec Clk
INFO: e:\tutorial\sphinx3\src\libs3decoder\libapi\utt.c(196): Processing: testtst_1\tst1\16
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(1139): At directory E:/tutorial/stargaze/feat
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(369): Reading mfc file: 'E:/tutorial/stargaze/feat/testtst_1\tst1\16.mfc'[0..-1]
.....INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 46(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 0 tg(), 0 tgcache, 0 bo; 0 fills, 0 in mem (0.0%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 1 bg(), 1 bo; 0 fills, 1 in mem (2.4%)
Backtrace(testtst_1\tst1\16)
FV:testtst_1\tst1\16> WORD SFrm EFrm AScr(UnNorm) LMScore AScr+LScr AScale
fv:testtst_1\tst1\16> <sil> 0 45 -4136549 -181889 -4318438 799646
FV:testtst_1\tst1\16> TOTAL -4136549 -181889
FWDVIT: (testtst_1\tst1\16)
FWDXCT: testtst_1\tst1\16 S 795974 T -4144224 A -4136549 L -7675 0 -4136549 -7675 <sil> 46
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\stat.c(154): 46 frm; 55 cdsen/fr, 102 cisen/fr, 73 cdgau/fr, 630 cigau/fr, Sen 0.07, CPU 0.07 Clk [Ovrhd 0.07 CPU 0.07 Clk]; 33 hmm/fr, 1 wd/fr, Search: 0.00 CPU 0.00 Clk (testtst_1\tst1\16)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\corpus.c(647): testtst_1\tst1\16: 0.0 sec CPU, 0.0 sec Clk; TOT: 1.1 sec CPU, 1.1 sec Clk
INFO: e:\tutorial\sphinx3\src\libs3decoder\libapi\utt.c(196): Processing: testtst_1\tst1\12
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(1139): At directory E:/tutorial/stargaze/feat
INFO: e:\tutorial\sphinxbase\src\libsphinxfeat\feat.c(369): Reading mfc file: 'E:/tutorial/stargaze/feat/testtst_1\tst1\12.mfc'[0..-1]
.....................INFO: e:\tutorial\sphinx3\src\libs3decoder\libam\fast_algo_struct.c(398): HMMHist0..0: 205(100)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(945): 0 tg(), 0 tgcache, 0 bo; 0 fills, 0 in mem (0.0%)
INFO: e:\tutorial\sphinx3\src\libs3decoder\liblm\lm.c(949): 1 bg(), 1 bo; 0 fills, 1 in mem (2.4%)
Backtrace(testtst_1\tst1\12)
FV:testtst_1\tst1\12> WORD SFrm EFrm AScr(UnNorm) LMScore AScr+LScr AScale
fv:testtst_1\tst1\12> <sil> 0 204 -21908801 -181889 -22090690 3587886
FV:testtst_1\tst1\12> TOTAL -21908801 -181889
FWDVIT: (testtst_1\tst1\12)
FWDXCT: testtst_1\tst1\12 S 3596156 T -21916476 A -21908801 L -7675 0 -21908801 -7675 <sil> 205
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\stat.c(154): 205 frm; 53 cdsen/fr, 102 cisen/fr, 65 cdgau/fr, 630 cigau/fr, Sen 0.04, CPU 0.04 Clk [Ovrhd 0.03 CPU 0.03 Clk]; 34 hmm/fr, 1 wd/fr, Search: 0.01 CPU 0.01 Clk (testtst_1\tst1\12)
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\corpus.c(647): testtst_1\tst1\12: 0.1 sec CPU, 0.1 sec Clk; TOT: 1.2 sec CPU, 1.2 sec Clk
INFO: e:\tutorial\sphinx3\src\libs3decoder\libcommon\stat.c(204): SUMMARY: 2815 fr; 9 cdsen/fr, 102 cisen/fr, 15 cdgau/fr, 630 cigau/fr, 0.04 xCPU 0.04 xClk [Ovhrd 0.03 xCPU 0 xClk]; 6 hmm/fr, 0 wd/fr, 0.00 xCPU 0.00 xClk; tot: 0.04 xCPU, 0.04 xClk
with regards,
E.Joel madhan Raj
Thanks for ur reply.it really worked for me.
with regards,
E.Joel madhan Raj
You don't have enough data to train 1000 senones. Use less senones or even context independant model.