hi...I am a student and I'm trying to learn how to use the sphinx train ...and my problem is when i run BW i receive the error:
column defns <seq> <id> <n_frame_in> <n_frame_del> <n_state_shmm> <avg_states_alpha> <avg_states_beta> <avg_states_reest> <avg_posterior_prune> <frame_log_lik> <utt_log_lik> ... timing info ... utt> 0 an251-fash-b 99 0INFO: cvt2triphone.c(199): no mult iphones defined, no conversion done
i would apreciate any help...and I'm sory for my english that is not very good...
Sounds like you don't have triphone in your model definition. but I don't have enough information to understand why.
Checking number 1, how many utterances are you using in your training? If you use too few, your training will die very easily
Checking number 2, which step in SphinxTrain are you working on now. We recommend most users to use SphinxTrain/scripts/* to do training.
Arthur
Log in to post a comment.
hi...I am a student and I'm trying to learn how to use the sphinx train ...and my problem is when i run BW i receive the error:
column defns
<seq>
<id>
<n_frame_in>
<n_frame_del>
<n_state_shmm>
<avg_states_alpha>
<avg_states_beta>
<avg_states_reest>
<avg_posterior_prune>
<frame_log_lik>
<utt_log_lik>
... timing info ...
utt> 0 an251-fash-b 99 0INFO: cvt2triphone.c(199): no mult iphones defined, no conversion done
Sounds like you don't have triphone in your model definition. but I don't have enough information to understand why.
Checking number 1, how many utterances are you using in your training? If you use too few, your training will die very easily
Checking number 2, which step in SphinxTrain are you working on now. We recommend most users to use SphinxTrain/scripts/* to do training.
Arthur