Menu

error while running RunAll.pl in SphinxTrain

Help
Anonymous
2010-10-11
2012-09-22
1 2 > >> (Page 1 of 2)
  • Anonymous

    Anonymous - 2010-10-11

    hi,

    I am getting error at Module 30 Phase 3:
    Details:
    MODULE: 30 Training Context Dependent models
    Phase 1: Cleaning up directories:
    accumulator...logs...qmanager...
    Phase 2: Initialization
    WARNING: This step had 0 ERROR messages and 1 WARNING messages. Please check
    the log file for details.
    Phase 3: Forward-Backward
    Baum welch starting for iteration: 1 (1 of 1)
    0% FATAL_ERROR: "main.c", line 1054: initialization failed

    Failed to start bw
    Only 0 parts of 1 of Baum Welch were successfully completed
    Parts 1 failed to run!
    Training failed in iteration 1
    Something failed:
    (/home/mohan/speech/example/scripts_pl/30.cd_hmm_untied/slave_convg.pl)

    Log file:

    INFO: main.c(196): Compiled on Dec 4 2009 at 19:39:41
    /home/mohan/speech/example/bin/bw \
    -moddeffn /home/mohan/speech/example/model_architecture/example.untied.mdef \
    -ts2cbfn .cont. \
    -mixwfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/mixture_weights \
    -mwfloor 1e-08 \
    -tmatfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/transition_matrices \
    -meanfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/means \
    -varfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/variances \
    -ltsoov no \
    -dictfn /home/mohan/speech/example/etc/example.dic \
    -fdictfn /home/mohan/speech/example/etc/example.filler \
    -ctlfn /home/mohan/speech/example/etc/example_train.fileids \
    -part 1 \
    -npart 1 \
    -cepdir /home/mohan/speech/example/feat \
    -cepext mfc \
    -lsnfn /home/mohan/speech/example/etc/example_train.transcription \
    -accumdir /home/mohan/speech/example/bwaccumdir/example_buff_1 \
    -varfloor 0.0001 \
    -topn 1 \
    -abeam 1e-90 \
    -bbeam 1e-10 \
    -agc none \
    -cmn current \
    -varnorm no \
    -meanreest yes \
    -varreest yes -2passvar yes \
    -tmatreest yes \
    -fullvar no \
    -diagfull no \
    -feat 1s_c_d_dd \
    -ceplen 13 \
    -cepwin 0 \
    -timing no

    -help no no
    -example no no
    -hmmdir
    -moddeffn /home/mohan/speech/example/model_architecture/example.untied.mdef
    -tmatfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/transition_matrices
    -mixwfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/mixture_weights
    -meanfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/means
    -varfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/variances
    -fullvar no no
    -diagfull no no
    -mwfloor 0.00001 1.000000e-08
    -tpfloor 0.0001 1.000000e-04
    -varfloor 0.00001 1.000000e-04
    -topn 4 1
    -dictfn /home/mohan/speech/example/etc/example.dic
    -fdictfn /home/mohan/speech/example/etc/example.filler
    -ltsoov no no
    -ctlfn /home/mohan/speech/example/etc/example_train.fileids
    -nskip
    -runlen -1 -1
    -part 1
    -npart 1
    -cepext mfc mfc
    -cepdir /home/mohan/speech/example/feat
    -phsegext phseg phseg
    -phsegdir
    -outphsegdir
    -sentdir
    -sentext sent sent
    -lsnfn /home/mohan/speech/example/etc/example_train.transcription
    -accumdir /home/mohan/speech/example/bwaccumdir/example_buff_1
    -ceplen 13 13
    -cepwin 0 0
    -agc max none
    -cmn current current
    -varnorm no no
    -silcomp none none
    -sildel no no
    -siltag SIL SIL
    -abeam 1e-100 1.000000e-90
    -bbeam 1e-100 1.000000e-10
    -varreest yes yes
    -meanreest yes yes
    -mixwreest yes yes
    -tmatreest yes yes
    -mllrmat
    -cb2mllrfn .1cls. .1cls.
    -ts2cbfn .cont.
    -feat 1s_c_d_dd 1s_c_d_dd
    -svspec
    -ldafn
    -ldadim 29 29
    -ldaaccum no no
    -timing yes no
    -viterbi no no
    -2passvar no yes
    -sildelfn
    -spthresh 0.0 0.000000e+00
    -maxuttlen 0 0
    -ckptintv
    -outputfullpath no no
    -fullsuffixmatch no no
    -pdumpdir
    INFO: main.c(255): Reading
    /home/mohan/speech/example/model_architecture/example.untied.mdef
    INFO: model_def_io.c(587): Model definition info:
    INFO: model_def_io.c(588): 509 total models defined (44 base, 465 tri)
    INFO: model_def_io.c(589): 2036 total states
    INFO: model_def_io.c(590): 1527 total tied states
    INFO: model_def_io.c(591): 132 total tied CI states
    INFO: model_def_io.c(592): 44 total tied transition matrices
    INFO: model_def_io.c(593): 4 max state/model
    INFO: model_def_io.c(594): 4 min state/model
    WARN: "s3io.c", line 256: Unable to open /home/mohan/speech/example/model_para
    meters/example.cd_cont_untied/mixture_weights for reading; No such file or
    directory
    FATAL_ERROR: "main.c", line 1054: initialization failed
    Mon Oct 11 23:28:21 2010

     
  • Nickolay V. Shmyrev

    File mixture_weights is missing because it wasn't built on a previous step.
    You need to check errors in other logs for details, in particular
    30.cd_hmm_untied/example.copycitocd.log. It has exact description of your
    problem.

     
  • Anonymous

    Anonymous - 2010-10-11

    30.cd_hmm_untied/example.copycitocd.log file :
    (no error in this file)

    /home/mohan/speech/example/bin/init_mixw \
    -src_moddeffn /home/mohan/speech/example/model_architecture/example.ci.mdef \
    -src_ts2cbfn .cont. \
    -src_mixwfn /home/mohan/speech/example/model_parameters/example.ci_cont/mixture_weights \
    -src_meanfn /home/mohan/speech/example/model_parameters/example.ci_cont/means \
    -src_varfn /home/mohan/speech/example/model_parameters/example.ci_cont/variances \
    -src_tmatfn /home/mohan/speech/example/model_parameters/example.ci_cont/transition_matrices \
    -dest_moddeffn /home/mohan/speech/example/model_architecture/example.untied.mdef \
    -dest_ts2cbfn .cont. \
    -dest_mixwfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/mixture_weights \
    -dest_meanfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/means \
    -dest_varfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/variances \
    -dest_tmatfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/transition_matrices \
    -fullvar no

    -help no no
    -example no no
    -src_moddeffn /home/mohan/speech/example/model_architecture/example.ci.mdef
    -src_ts2cbfn .cont.
    -src_mixwfn /home/mohan/speech/example/model_parameters/example.ci_cont/mixture_weights
    -src_meanfn /home/mohan/speech/example/model_parameters/example.ci_cont/means
    -src_varfn /home/mohan/speech/example/model_parameters/example.ci_cont/variances
    -fullvar no no
    -src_tmatfn /home/mohan/speech/example/model_parameters/example.ci_cont/transition_matrices
    -dest_moddeffn /home/mohan/speech/example/model_architecture/example.untied.mdef
    -dest_ts2cbfn .cont.
    -dest_mixwfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/mixture_weights
    -dest_meanfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/means
    -dest_varfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/variances
    -dest_tmatfn /home/mohan/speech/example/model_parameters/example.cd_cont_untied/transition_matrices
    INFO: main.c(263): Reading src
    /home/mohan/speech/example/model_architecture/example.ci.mdef
    INFO: model_def_io.c(587): Model definition info:
    INFO: model_def_io.c(588): 44 total models defined (44 base, 0 tri)
    INFO: model_def_io.c(589): 176 total states
    INFO: model_def_io.c(590): 132 total tied states
    INFO: model_def_io.c(591): 132 total tied CI states
    INFO: model_def_io.c(592): 44 total tied transition matrices
    INFO: model_def_io.c(593): 4 max state/model
    INFO: model_def_io.c(594): 4 min state/model
    INFO: main.c(280): Generating continous ts2cb mapping
    INFO: main.c(295): Reading src
    /home/mohan/speech/example/model_parameters/example.ci_cont/mixture_weights
    INFO: s3mixw_io.c(116): Read
    /home/mohan/speech/example/model_parameters/example.ci_cont/mixture_weights
    INFO: main.c(304): Reading src /home/mohan/speech/example/model_parameters/exa
    mple.ci_cont/transition_matrices
    INFO: s3tmat_io.c(115): Read /home/mohan/speech/example/model_parameters/examp
    le.ci_cont/transition_matrices
    INFO: main.c(314): Reading src
    /home/mohan/speech/example/model_parameters/example.ci_cont/means
    INFO: s3gau_io.c(166): Read
    /home/mohan/speech/example/model_parameters/example.ci_cont/means
    INFO: main.c(338): Reading src
    /home/mohan/speech/example/model_parameters/example.ci_cont/variances
    INFO: s3gau_io.c(166): Read
    /home/mohan/speech/example/model_parameters/example.ci_cont/variances
    INFO: main.c(386): Reading dest
    /home/mohan/speech/example/model_architecture/example.untied.mdef
    INFO: model_def_io.c(587): Model definition info:
    INFO: model_def_io.c(588): 509 total models defined (44 base, 465 tri)
    INFO: model_def_io.c(589): 2036 total states
    INFO: model_def_io.c(590): 1527 total tied states
    INFO: model_def_io.c(591): 132 total tied CI states
    INFO: model_def_io.c(592): 44 total tied transition matrices
    INFO: model_def_io.c(593): 4 max state/model
    INFO: model_def_io.c(594): 4 min state/model
    INFO: main.c(403): Generating continous ts2cb mapping
    INFO: main.c(421): Calculating initial model parameters
    INFO: main.c(426): Alloc 44x3x4 dest tmat
    INFO: main.c(439): Alloc 1527x1x1 dest mixw
    INFO: main.c(452): Alloc 1527x1x1 dest mean and var
    A <- A :

    B <- B :

    D <- D :

    E <- E :

    F <- F :

    G <- G :

    H <- H :

    I <- I :

    K <- K :

    M <- M :

    N <- N :

    O <- O :

    P <- P :

    Q <- Q :

    R <- R :

    S <- S :

    SIL <- SIL :

    U <- U :

    V <- V :

    Y <- Y :

    a <- a :

    b <- b :

    c <- c :

    d <- d :

    e <- e :

    f <- f :

    g <- g :

    h <- h :

    i <- i :

    j <- j :

    k <- k :

    l <- l :

    m <- m :

    n <- n :

    o <- o :

    p <- p :

    q <- q :

    r <- r :

    s <- s :

    t <- t :

    u <- u :

    v <- v :

    w <- w :

    y <- y :

    A B v i <- A :
    A S M i <- A :
    A SIL v b <- A :
    A d n i <- A :
    A g l i <- A :
    A h l i <- A :
    A j b i <- A :
    A k l i <- A :
    A k r i <- A :
    A k y i <- A :
    A l h i <- A :
    A r v i <- A :
    A r y i <- A :
    A t M i <- A :
    A v q i <- A :
    A y m i <- A :
    A y n i <- A :
    A k SIL e <- A :
    B SIL A b <- B :
    B SIL a b <- B :
    D SIL a b <- D :
    D SIL e b <- D :
    E SIL n b <- E :
    E m G i <- E :
    E m l i <- E :
    E q j i <- E :
    E v d i <- E :
    E v w i <- E :
    F f i i <- F :
    G E a i <- G :
    G M a i <- G :
    G SIL a b <- G :
    G r a i <- G :
    H a p i <- H :
    H u K i <- H :
    I S l i <- I :
    I SIL g b <- I :
    I g q i <- I :
    I k r i <- I :
    I q r i <- I :
    I v Q i <- I :
    I w r i <- I :
    K H a i <- K :
    K SIL a b <- K :
    K V y i <- K :
    K i a i <- K :
    M A b i <- M :
    M A q i <- M :
    M a G i <- M :
    M a c i <- M :
    M a g i <- M :
    M a k i <- M :
    M a p i <- M :
    M a q i <- M :
    M e k i <- M :
    M i c i <- M :
    M i g i <- M :
    M i q i <- M :
    M o t i <- M :
    M a SIL e <- M :
    N a a i <- N :
    N u a i <- N :
    N u y i <- N :
    O SIL d b <- O :
    O g p i <- O :
    O l k i <- O :
    O m c i <- O :
    O y g i <- O :
    P SIL a b <- P :
    Q I i i <- Q :
    Q SIL a b <- Q :
    Q SIL y b <- Q :
    Q r a i <- Q :
    R SIL u b <- R :
    S SIL A b <- S :
    S SIL I b <- S :
    S SIL i b <- S :
    S a u i <- S :
    U SIL y b <- U :
    U b l i <- U :
    U r p i <- U :
    V SIL w b <- V :
    V a K i <- V :
    V a n i <- V :
    Y SIL r b <- Y :
    Y a q i <- Y :
    Y a r i <- Y :
    Y k v i <- Y :
    Y n p i <- Y :
    a B v i <- a :
    a B y i <- a :
    a D M i <- a :
    a G m i <- a :
    a G r i <- a :
    a K d i <- a :
    a K m i <- a :
    a K r i <- a :
    a N S i <- a :
    a P l i <- a :
    a Q Y i <- a :
    a Q m i <- a :
    a SIL M b <- a :
    a SIL k b <- a :
    a SIL m b <- a :
    a b l i <- a :
    a c M i <- a :
    a c l i <- a :
    a c m i <- a :
    a c n i <- a :
    a f m i <- a :
    a f y i <- a :
    a g m i <- a :
    a h l i <- a :
    a h m i <- a :
    a h s i <- a :
    a j m i <- a :
    a k l i <- a :
    a k m i <- a :
    a k r i <- a :
    a l M i <- a :
    a l k i <- a :
    a l m i <- a :
    a l q i <- a :
    a m M i <- a :
    a m V i <- a :
    a m h i <- a :
    a m k i <- a :
    a m l i <- a :
    a m m i <- a :
    a m s i <- a :
    a n M i <- a :
    a n m i <- a :
    a p M i <- a :
    a p d i <- a :
    a p m i <- a :
    a p r i <- a :
    a q H i <- a :
    a q M i <- a : init_mixw: acmod_set.c:761: acmod_set_id2tri: Assertion
    `acmod_set_tri2id(acmod_set, multi.base, multi.left_context,
    multi.right_context, multi.posn) == id' failed.

    Mon Oct 11 23:28:21 2010

     
  • Nickolay V. Shmyrev

    Assertion `acmod_set_tri2id(acmod_set, multi.base, multi.left_context,
    multi.right_context, multi.posn) == id' failed.

    You can easily find the reason of this error just searching this forum.

     
  • Anonymous

    Anonymous - 2010-10-11

    in 30.cd_hmm_untied/example.copycitocd.log file at the last line ... I am
    getting failed message.

    a q M i <- a : init_mixw: acmod_set.c:761: acmod_set_id2tri: Assertion
    `acmod_set_tri2id(acmod_set, multi.base, multi.left_context,
    multi.right_context, multi.posn) == id' failed.

     
  • Anonymous

    Anonymous - 2010-10-11

    hi,
    I am creating acoustic model for telugu word recognition.
    1. example.dic contents 100 words along with phenetic representation.(like the following)
    అమ్మ a m m a
    అవు A v u
    ============================================================
    అంతఃపురము a M q a H p u r a m u
    అంతర్యామి a M q a r y A m i
    అక్షరము a k w a r a m u
    అమృతము a m r u q a m u
    అమ్మ a m m a
    ఆవు A v u
    ఇల్లు i l l u
    ఈగ I g a
    ఉడుత u d u q a
    ఊయల U y a l a
    ఋషి R u w i
    ఎలుక e l u k a
    ఏనుగు E n u g u
    ఐరావతం Y r A v a q a M
    ఒంటె o M t e
    ఓడ O d a
    ఔషదము V w a f a m u
    కమలం k a m a l a M
    కరుణ k a r u N a
    కర్మము k a r m a m u
    కలకాలం k a l a k A l a M
    కైవల్యము k Y v a l y a m u
    క్షీరము k w I r a m u
    ఖడ్గము K a d g a m u
    గాలి g A l i
    గృహము g r u h a m u
    గోపురము g O p u r a m u
    ఘర్ఘరము G a r G a r a m u
    చంచలత్వము c a M c a l a q v a m u
    చింతించుట c i M q i M c u t a
    జాబిలి j A b i l i
    టెంకాయ t e M k A y a
    డేగ D e g a
    ఢంకా D a M k A
    తత్పరుడు q a q p a r u d u
    తల్లి q a l l i
    తాంబూలము t A M b U l a m u
    తిరుగుట q i r u g u t a
    తీర్థములు q I r Q a m u l u
    తేజము q E j a m u
    త్రికరణశుద్ధి q r i k a r a N a S u f F i
    త్రిగుణము q r i g u n a m u
    దానము d A n a m u
    దుఃఖము f u H K a m u
    దేవతలు d e v a q a l u
    ధైర్యము Q a Y r y a m u
    ధ్యానము Q y A n a m u
    నమస్కారము n a m a s k a r a m u
    నింగి n i M g i
    నిజము n i j a m u
    నిత్యము n i q y a m u
    నిరంతరం n i r a M q a r a M
    నైపుణ్యము n Y p u N y a m u
    పుట్టుట p u t t u t a
    పుష్పము p u w p a m u
    పొలము p o l a m u
    ప్రకృతి p r a k r u q i
    ప్రపంచము p r a p a M c a m u
    ప్రాయము p r A y a m u
    ఫలితము P a l i q a m u
    బలము b a l a m u
    భయము B a y a m u
    భవనము B a v a n a m u
    భావము B A v a m u
    మంత్రము m a M q r a m u
    మక్కువ m a k k u v a
    మహిమ m a h i m a
    మేఘము m E G a m u
    మేలు m E l u
    మౌనము m a V n a m u
    యవ్వనం y a v v a n a M
    యోగము y O g a m u
    రక్షించు r a k w i M c u
    రూపము r U p a m u
    రైతు r a Y q u
    లిపి l i p i
    లోకము l O k a m u
    వరము v a r a m u
    విమోచనము v i m O c a n a m u
    వీధి v I Q i
    వెన్నెల v e n n e l a
    వెలుగు v e l u g u
    వేడుక v E d u k a
    వేషము v E w a m u
    వ్రతము v r a q a m u
    శాంతి S A M q i
    శిఖరము S i K a r a m u
    శీలము S I l a m u
    షికారు w i k A r u
    సంకల్పము s a M k a l p a m u
    సంకీర్తన s a M k I r q a n a
    సంగీతము s a M g I q a m u
    సంఘము s a M G a m u
    సంపద s a M p a d a
    సుకృతము s u k r u q a m u
    సౌఖ్యము s a V K y a m u
    స్వర్గము s v a r g a m u
    స్వాతంత్ర్యము s v A q a M q r y a m u
    హస్తము h a s q a m u
    హాలాహలము h A l A h a l a m u
    హృదయము h r u f a y a m u

    ============================================================
    2. example.phone file:
    A
    B
    D
    E
    F
    G
    H
    I
    K
    M
    N
    O
    P
    Q
    R
    S
    SIL
    U
    V
    Y
    a
    b
    c
    d
    e
    f
    g
    h
    i
    j
    k
    l
    m
    n
    o
    p
    q
    r
    s
    t
    u
    v
    w
    y
    ================================================
    3. example_train.transcription file:

    <sil> అమ్మ <sil> ఆవు <sil> ఇల్లు <sil> ఈగ <sil> ఉడుత <sil> ఊయల <sil> ఋషి
    <sil> ఎలుక <sil> ఏనుగు <sil> ఐరావతం <sil> ఒంటె <sil> ఓడ <sil> ఔషదము <sil>
    అంతఃపురము <sil> కలకాలం <sil> ఖడ్గము <sil> గాలి <sil> ఘర్ఘరము <sil> చంచలత్వము
    <sil> జాబిలి <sil> టెంకాయ <sil> డేగ <sil> ఢంకా <sil> తాంబూలము <sil> దానము
    <sil> ధైర్యము <sil> నైపుణ్యము <sil> పొలము <sil> ఫలితము <sil> బలము <sil> భయము
    <sil> మౌనము <sil> యవ్వనం <sil> రైతు <sil> లిపి <sil> వెలుగు <sil> సౌఖ్యము
    <sil> శీలము <sil> షికారు <sil> హాలాహలము <sil> క్షీరము <sil> సంకీర్తన <sil>
    వరము <sil> రూపము <sil> కమలం <sil> నిరంతరం <sil> మహిమ <sil> కరుణ <sil> వేషము
    <sil> గోపురము <sil> వేడుక <sil> యోగము <sil> ధ్యానము <sil> శాంతి <sil> భావము
    <sil> తిరుగుట <sil> పుట్టుట <sil> లోకము <sil> మక్కువ <sil> రక్షించు <sil>
    పుష్పము <sil> స్వాతంత్ర్యము <sil> అంతర్యామి <sil> నిత్యము <sil> మేలు <sil>
    అమృతము <sil> కర్మము <sil> దేవతలు <sil> తీర్థములు <sil> చింతించుట <sil> నిజము
    <sil> కైవల్యము <sil> స్వర్గము <sil> ప్రపంచము <sil> గృహము <sil> మంత్రము <sil>
    ప్రకృతి <sil> నమస్కారము <sil> మేఘము <sil> అక్షరము <sil> తల్లి <sil> భవనము
    <sil> సుకృతము <sil> హృదయము <sil> శిఖరము <sil> త్రికరణశుద్ధి <sil> వీధి <sil>
    హస్తము <sil> విమోచనము <sil> వెన్నెల <sil> దుఃఖము <sil> తత్పరుడు <sil> సంకల్పము
    <sil> ప్రాయము <sil> సంఘము <sil> తేజము <sil> సంపద <sil> వ్రతము <sil> నింగి
    <sil> త్రిగుణము <sil> సంగీతము <sil> </sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil>
    (mwords1)
    <sil> అమ్మ <sil> ఆవు <sil> ఇల్లు <sil> ఈగ <sil> ఉడుత <sil> ఊయల <sil> ఋషి
    <sil> ఎలుక <sil> ఏనుగు <sil> ఐరావతం <sil> ఒంటె <sil> ఓడ <sil> ఔషదము <sil>
    అంతఃపురము <sil> కలకాలం <sil> ఖడ్గము <sil> గాలి <sil> ఘర్ఘరము <sil> చంచలత్వము
    <sil> జాబిలి <sil> టెంకాయ <sil> డేగ <sil> ఢంకా <sil> తాంబూలము <sil> దానము
    <sil> ధైర్యము <sil> నైపుణ్యము <sil> పొలము <sil> ఫలితము <sil> బలము <sil> భయము
    <sil> మౌనము <sil> యవ్వనం <sil> రైతు <sil> లిపి <sil> వెలుగు <sil> సౌఖ్యము
    <sil> శీలము <sil> షికారు <sil> హాలాహలము <sil> క్షీరము <sil> సంకీర్తన <sil>
    వరము <sil> రూపము <sil> కమలం <sil> నిరంతరం <sil> మహిమ <sil> కరుణ <sil> వేషము
    <sil> గోపురము <sil> వేడుక <sil> యోగము <sil> ధ్యానము <sil> శాంతి <sil> భావము
    <sil> తిరుగుట <sil> పుట్టుట <sil> లోకము <sil> మక్కువ <sil> రక్షించు <sil>
    పుష్పము <sil> స్వాతంత్ర్యము <sil> అంతర్యామి <sil> నిత్యము <sil> మేలు <sil>
    అమృతము <sil> కర్మము <sil> దేవతలు <sil> తీర్థములు <sil> చింతించుట <sil> నిజము
    <sil> కైవల్యము <sil> స్వర్గము <sil> ప్రపంచము <sil> గృహము <sil> మంత్రము <sil>
    ప్రకృతి <sil> నమస్కారము <sil> మేఘము <sil> అక్షరము <sil> తల్లి <sil> భవనము
    <sil> సుకృతము <sil> హృదయము <sil> శిఖరము <sil> త్రికరణశుద్ధి <sil> వీధి <sil>
    హస్తము <sil> విమోచనము <sil> వెన్నెల <sil> దుఃఖము <sil> తత్పరుడు <sil> సంకల్పము
    <sil> ప్రాయము <sil> సంఘము <sil> తేజము <sil> సంపద <sil> వ్రతము <sil> నింగి
    <sil> త్రిగుణము <sil> సంగీతము <sil> </sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil>
    (mwords2)
    <sil> అమ్మ <sil> ఆవు <sil> ఇల్లు <sil> ఈగ <sil> ఉడుత <sil> ఊయల <sil> ఋషి
    <sil> ఎలుక <sil> ఏనుగు <sil> ఐరావతం <sil> ఒంటె <sil> ఓడ <sil> ఔషదము <sil>
    అంతఃపురము <sil> కలకాలం <sil> ఖడ్గము <sil> గాలి <sil> ఘర్ఘరము <sil> చంచలత్వము
    <sil> జాబిలి <sil> టెంకాయ <sil> డేగ <sil> ఢంకా <sil> తాంబూలము <sil> దానము
    <sil> ధైర్యము <sil> నైపుణ్యము <sil> పొలము <sil> ఫలితము <sil> బలము <sil> భయము
    <sil> మౌనము <sil> యవ్వనం <sil> రైతు <sil> లిపి <sil> వెలుగు <sil> సౌఖ్యము
    <sil> శీలము <sil> షికారు <sil> హాలాహలము <sil> క్షీరము <sil> సంకీర్తన <sil>
    వరము <sil> రూపము <sil> కమలం <sil> నిరంతరం <sil> మహిమ <sil> కరుణ <sil> వేషము
    <sil> గోపురము <sil> వేడుక <sil> యోగము <sil> ధ్యానము <sil> శాంతి <sil> భావము
    <sil> తిరుగుట <sil> పుట్టుట <sil> లోకము <sil> మక్కువ <sil> రక్షించు <sil>
    పుష్పము <sil> స్వాతంత్ర్యము <sil> అంతర్యామి <sil> నిత్యము <sil> మేలు <sil>
    అమృతము <sil> కర్మము <sil> దేవతలు <sil> తీర్థములు <sil> చింతించుట <sil> నిజము
    <sil> కైవల్యము <sil> స్వర్గము <sil> ప్రపంచము <sil> గృహము <sil> మంత్రము <sil>
    ప్రకృతి <sil> నమస్కారము <sil> మేఘము <sil> అక్షరము <sil> తల్లి <sil> భవనము
    <sil> సుకృతము <sil> హృదయము <sil> శిఖరము <sil> త్రికరణశుద్ధి <sil> వీధి <sil>
    హస్తము <sil> విమోచనము <sil> వెన్నెల <sil> దుఃఖము <sil> తత్పరుడు <sil> సంకల్పము
    <sil> ప్రాయము <sil> సంఘము <sil> తేజము <sil> సంపద <sil> వ్రతము <sil> నింగి
    <sil> త్రిగుణము <sil> సంగీతము <sil> </sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil>
    (mwords3)
    <sil> అమ్మ <sil> ఆవు <sil> ఇల్లు <sil> ఈగ <sil> ఉడుత <sil> ఊయల <sil> ఋషి
    <sil> ఎలుక <sil> ఏనుగు <sil> ఐరావతం <sil> ఒంటె <sil> ఓడ <sil> ఔషదము <sil>
    అంతఃపురము <sil> కలకాలం <sil> ఖడ్గము <sil> గాలి <sil> ఘర్ఘరము <sil> చంచలత్వము
    <sil> జాబిలి <sil> టెంకాయ <sil> డేగ <sil> ఢంకా <sil> తాంబూలము <sil> దానము
    <sil> ధైర్యము <sil> నైపుణ్యము <sil> పొలము <sil> ఫలితము <sil> బలము <sil> భయము
    <sil> మౌనము <sil> యవ్వనం <sil> రైతు <sil> లిపి <sil> వెలుగు <sil> సౌఖ్యము
    <sil> శీలము <sil> షికారు <sil> హాలాహలము <sil> క్షీరము <sil> సంకీర్తన <sil>
    వరము <sil> రూపము <sil> కమలం <sil> నిరంతరం <sil> మహిమ <sil> కరుణ <sil> వేషము
    <sil> గోపురము <sil> వేడుక <sil> యోగము <sil> ధ్యానము <sil> శాంతి <sil> భావము
    <sil> తిరుగుట <sil> పుట్టుట <sil> లోకము <sil> మక్కువ <sil> రక్షించు <sil>
    పుష్పము <sil> స్వాతంత్ర్యము <sil> అంతర్యామి <sil> నిత్యము <sil> మేలు <sil>
    అమృతము <sil> కర్మము <sil> దేవతలు <sil> తీర్థములు <sil> చింతించుట <sil> నిజము
    <sil> కైవల్యము <sil> స్వర్గము <sil> ప్రపంచము <sil> గృహము <sil> మంత్రము <sil>
    ప్రకృతి <sil> నమస్కారము <sil> మేఘము <sil> అక్షరము <sil> తల్లి <sil> భవనము
    <sil> సుకృతము <sil> హృదయము <sil> శిఖరము <sil> త్రికరణశుద్ధి <sil> వీధి <sil>
    హస్తము <sil> విమోచనము <sil> వెన్నెల <sil> దుఃఖము <sil> తత్పరుడు <sil> సంకల్పము
    <sil> ప్రాయము <sil> సంఘము <sil> తేజము <sil> సంపద <sil> వ్రతము <sil> నింగి
    <sil> త్రిగుణము <sil> సంగీతము <sil> </sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil></sil>
    (mwords4)

    ==================================================

    By using above data I am training.

    I don't find solution to the problem.

     
  • Nickolay V. Shmyrev

    It's not allowed to have both upper-case and lower case phones in phoneset.
    Your phoneset should be case-insensitive.

     
  • Anonymous

    Anonymous - 2010-10-11

    For telugu words, I have used my own phoneset. How do I represent telugu words
    in example.dic, If I use all uppercase.

    What is the procedure for creating acoustic model to recognition telugu words?
    I want to use Sphinx4 in OpenSuse 11.2 environment.

     
  • Nickolay V. Shmyrev

    Hello

    Instead of using "a" and "A" you can use "a" and "aa". Phones aren't necessary
    single-letter. For example

    సంగీతము s a mm g I q a m u
    
     
  • Anonymous

    Anonymous - 2010-10-12

    Hi Nickolay,
    I updated .dic and .phone as per your suggestion. (Except SIL phone). But
    still getting the same error as my first post.
    Help me to get rid from the "init_mixw: acmod_set.c:761: acmod_set_id2tri:
    Assertion `acmod_set_tri2id(acmod_set, multi.base, multi.left_context,
    multi.right_context, multi.posn) == id' failed."

     
  • Nickolay V. Shmyrev

    Also I see your phone file has windows-style newlines (CR+LF). You need to
    remove them or you need to use latest Sphinxtrain snapshot from subversion.

     
  • Anonymous

    Anonymous - 2010-10-12

    Hi,
    This time I can able see progress.
    But at Module 50, phase 3: The following error is appearing in
    /home/mohan/speech/example/bin/norm \
    ERROR: "gauden.c", line 1700: Variance (mgau= 34, feat= 0, density=1,
    component=0) is less then 0. Most probably the number of senones is too high
    for such a small training database. Use smaller $CFG_N_TIED_STATES.

     
  • Nickolay V. Shmyrev

    Hello

    This error is self-explaining. Just read the message and try to lower the
    N_TIED_STATES configuration variable. See tutorial for more details on this.

     
  • mohan raju

    mohan raju - 2010-10-14

    hi,
    SphinxTrain is completed.
    Next, To use my acoustic model in Sphinx4 I did the following
    1. In sphinx4/bld/WSJ_ folder I pasted trained files i.e etc/model_parameters
    2. in bld/edu/cmu/sphinx/demo/helloworld folder I edited the hello.gram for my trained words. I changed HelloWorld.java accordingly.
    3. After deleting bin/HelloWorld.jar and lib/WSJ_8gau
    .jar, I executed ant command. It built HelloWorld.jar and WSJ_8gau*.jar.
    4. When I execute java -mx312m -jar bin/HelloWorld.jar command I am getting the following error .
    =============================================
    Exception in thread "main" java.lang.RuntimeException: Allocation of search
    manager resources failed
    at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(Simp
    leBreadthFirstSearchManager.java:650)
    at edu.cmu.sphinx.decoder.AbstractDecoder.allocate(AbstractDecoder.java:87)
    at edu.cmu.sphinx.recognizer.Recognizer.allocate(Recognizer.java:168)
    at edu.cmu.sphinx.demo.helloworld.HelloWorld.main(HelloWorld.java:40)
    Caused by: java.io.IOException: Invalid checksum 64eca14c must be 3e81b3e4
    at edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.validateChecksum(S
    phinx3Loader.java:695)
    at edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.loadDensityFileBin
    ary(Sphinx3Loader.java:581)
    at edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.loadModelFiles(Sph
    inx3Loader.java:360)
    at edu.cmu.sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.load(Sphinx3Loader
    .java:305)
    at edu.cmu.sphinx.linguist.acoustic.tiedstate.TiedStateAcousticModel.allocate(
    TiedStateAcousticModel.java:116)
    at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocateAcousticModel(FlatLinguis
    t.java:314)
    at edu.cmu.sphinx.linguist.flat.FlatLinguist.allocate(FlatLinguist.java:299)
    at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(Simp
    leBreadthFirstSearchManager.java:646)
    ... 3 more
    ======================================================================
    my N_tied_states are 100. But in
    /home/mohan/speech/sphinx4-1.0beta5/models/acoustic/wsj/etc folder the model
    file I renamed to WSJ_clean_13dCep_16k_40mel_130Hz_6800Hz.100.mdef instead of
    WSJ_clean_13dCep_16k_40mel_130Hz_6800Hz.4000.mdef. And I edited variables.def
    set n_tied_states =100. And edited helloword.config.xml , modelname as
    WSJ_clean_13dCep_16k_40mel_130Hz_6800Hz.4000.mdef.

    help me to get rid of this problem.

     
  • Nickolay V. Shmyrev

    edu.cmu.sphinx.demo.helloworld.HelloWorld.main(HelloWorld.java:40) Caused
    by: java.io.IOException: Invalid checksum 64eca14c must be 3e81b3e4 at edu.cmu
    .sphinx.linguist.acoustic.tiedstate.Sphinx3Loader.validateChecksum(Sphinx3Load
    er.java:695) at

    It says that the acoustic model files aren't correct. You either trained model
    incorrectly or incorrectly modified the files

    1. In sphinx4/bld/WSJ_* folder I pasted trained files i.e
      etc/model_parameters

    That was wrong idea to do. You should probably read the documentation first

    http://cmusphinx.sourceforge.net/sphinx4/doc/UsingSphinxTrainModels.html

     
  • Nickolay V. Shmyrev

    P.S. Posting multiple times on multiple forums only increase the entropy, it
    doesn't help you to solve the problem.

     
  • mohan raju

    mohan raju - 2010-10-14

    Hi Nickolay,
    After creating acoustic model, I followed the steps in http://cmusphinx.sourc
    eforge.net/sphinx4/doc/UsingSphinxTrainModels.html

    I took the existing helloworld.config.xml file and modify according to my
    needs.
    1. sphinx4/models/acoustic/wsj folder contains the following sub-folders.
    cd_continuous_8au : here I pasted <trainingfolder>/model-
    parameters/example.cd_cont_100
    contents(means,variances,mixture_weights,transistion_matrices)
    dict - I pasted <trainingfolder>/etc/example.dic and example.filler - renamed
    (example.dic to cmudict.0.6d) and (example.filler to fillerdict)
    etc - here I pasted <trainingfolder>/model-parameters/example.cd_cont_100/mdef
    file -> renamed these files to
    WSJ_clean_13dCep_16k_40mel_130Hz_6800Hz.100.mdef
    <trainingfolder>/model-parameters/example.ci_cont/mdef file - renamed as
    WSJ_clean_13dCep_16k_40mel_130Hz_6800Hz.ci.mdef </trainingfolder></trainingfolder></trainingfolder></trainingfolder>

    1. sphinx4-1.0beta5/src/apps/edu/cmu/sphinx/demo/helloworld - here I edited only the following:
      <property name="modelDefinition" value="etc/WSJ_clean_13dCep_16k_40mel_130Hz_6800Hz.100.mdef"> </property>
    2. I deleted sphinx4/lib/WSJ_*.jar and I run ant command.
     
  • Nickolay V. Shmyrev

    here I pasted <trainingfolder>/model-parameters/example.cd_cont_100</trainingfolder>

    Documentation never mentions anything like that. It doesn't say a word about
    WSJ. It doesn't tell you to rename or copy anything. You should NOT do that.

    Go and read documentation once again and do ONLY what it says.

     
  • mohan raju

    mohan raju - 2010-10-14

    Hi,
    I am not able to understand it fully.
    After trainig acoustic model example.html is created. Please verify it. (http
    ://www.megaupload.com/?d=D131JWEV
    )
    For using trained acoustic model I did the following:
    http://www.megaupload.com/?d=3Y74E2Q0

     
  • Nickolay V. Shmyrev

    I am not able to understand it fully.

    What exactly is not clear there?

    For using trained acoustic model I did the following:
    http://www.megaupload.com/?d=3Y74E2Q0

    This config file looks good, what's the problem with it now?

    Total Hours Training: 0.19828141025641

    It's not a good idea to train the model with 20 minutes of data

     
  • mohan raju

    mohan raju - 2010-10-16

    OK. I will train my model with more time of data.
    But I need to know what is the cause of the Exception: Caused by:
    java.io.IOException: Invalid checksum 64eca14c must be 3e81b3e4

     
  • Nickolay V. Shmyrev

    Invalid checksum 64eca14c must be 3e81b3e4

    Words "invalid checksum" mean that file checksum is invalid. You can read
    about checksum here:

    http://en.wikipedia.org/wiki/Checksum

    If checksum is invalid it usually means that file is currupted

     
  • mohan raju

    mohan raju - 2010-10-17

    Hi,
    For which file (Invalid checksum 64eca14c must be 3e81b3e4) it is giving this
    message.
    Is it possible to check the checksum value for that file using "$cksum
    filename" command in linux.

     
  • Nickolay V. Shmyrev

    For which file (Invalid checksum 64eca14c must be 3e81b3e4) it is giving
    this message.

    means file inside the model

    Is it possible to check the checksum value for that file using "$cksum
    filename" command in linux.

    No, sphinx4 uses custom checksum

     
  • saad irtza

    saad irtza - 2010-10-21

    Hello,i am new user of sphinx...i am doing urdu speech recognition, I train my
    data but unable to decode it. i get the following error.
    Microsoft Windows
    Copyright (c) 2009 Microsoft Corporation. All rights reserved.

    C:\Users\Saad\Desktop\sphinx\tutorial>cd an4

    C:\Users\Saad\Desktop\sphinx\tutorial\an4>perl scripts_pl\decode\slave.pl
    Can't locate C:/Users/Saad/Desktop/sphinx/tutorial/an4/scripts_pl/util/utils.pl
    in @INC (@INC contains: C:/Perl/site/lib C:/Perl/lib .) at
    etc/sphinx_decode.cfg
    line 23.
    SOMETHING HERE
    Compilation failed in require at scripts_pl\decode\slave.pl line 52.

    i build sphinx3 using visual studio but didn't find any ".dll" or any
    "util.pl". plz help me how should i proceed?

     
1 2 > >> (Page 1 of 2)

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.