i am trying to build acoustic model for telephony model. after
"Baum Welch starting for 256 Gaussian(s), iteration: 1 (1 of 1)"
0% ............. 100% after then it starts giving message :-
Waiting for /home/themachine/model_parameters/themachine.ci_semi/mixture_weights
Waiting for /home/themachine/model_parameters/themachine.ci_semi/mixture_weights
Waiting for /home/themachine/model_parameters/themachine.ci_semi/mixture_weights
..........
......
this is an error or its working properly?
secondly :- if there is a phone which don't have word in transcription, is there any issue?. it's throwing a warning, not error.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
in BajaRe.256.1-1.bw.log it says :- WARNING: "corpus.c", line 1472: Utterance id in the transcriptoin file, 'Sound_File/sample1', does not match id in the control file, 'sample1'.
for all of sample files...
where is the control file? i guess there is path issue. but my "_train.transcript" and "_train.field" have same path for audio file.. please help
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, i checked manually each log file. didn't found any error or warning. also tried "grep" you suggested, cannot.log and warning.log are empty. only err.log have some logs. but these are not error's i guess. i have attached that file in the post.
and during manually check of all file's,only suspicious thing i found is :-
utt> 0 sample1 543 0INFO: cvt2triphone.c(199): no multiphones defined, no conversion done
but i am sure this is not an error or warning.
also data is very low. like i need only one user command and control, so 1 hour data needed. but data i am using have only 0.67 hour. so is this a problem?
closing thread, there was issue with default path of feat.param. and error was not specified in HTML. so it was hard to find that. thanks dovark for your help
Last edit: sachin singh 2012-11-06
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
i am facing issue with command python /sphinxtrain run
it does nothing but prints a message Running the training and prompt to open .pl file
could you please help me how to run that comand?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i am trying to build acoustic model for telephony model. after
"Baum Welch starting for 256 Gaussian(s), iteration: 1 (1 of 1)"
0% ............. 100% after then it starts giving message :-
Waiting for /home/themachine/model_parameters/themachine.ci_semi/mixture_weights
Waiting for /home/themachine/model_parameters/themachine.ci_semi/mixture_weights
Waiting for /home/themachine/model_parameters/themachine.ci_semi/mixture_weights
..........
......
this is an error or its working properly?
secondly :- if there is a phone which don't have word in transcription, is there any issue?. it's throwing a warning, not error.
Does the training hang at "Waiting for ..." message? Then there is some error in your training. Share the *.html log file created.
All the phones must be present in at least one word in the transcription, otherwise they will not get trained. Show the training log.
so i have added new script consist phone, now i dont have any warning. but it still stuck at same place. i have attached html file.
there are warning in BjarRe.256.1-1.bw.log
but didn't understand why these error's for?
Last edit: sachin singh 2012-11-03
in BajaRe.256.1-1.bw.log it says :- WARNING: "corpus.c", line 1472: Utterance id in the transcriptoin file, 'Sound_File/sample1', does not match id in the control file, 'sample1'.
for all of sample files...
where is the control file? i guess there is path issue. but my "_train.transcript" and "_train.field" have same path for audio file.. please help
Have you gone thru http://cmusphinx.sourceforge.net/wiki/tutorialam? Does it solve your problem?
yes... following same step's ... and i guess was a path issue... testing it now. wll get back
so now all warning of BajaRe.256.1-1.bw.log are resolved. but still stuck at same place:-
Waiting for /home/themachine/new_acoustic_model_for_baJaRe/model_parameters/BajaRe.ci_semi/mixture_weights
there is no error in html. As you can see in html attached.
what to do know?help
as you can see here it stuck after iteration: 1:-
Phase 3: Forward-Backward
Baum welch starting for 256 Gaussian(s), iteration: 1 (1 of 1)
bw Log File
completed
Current Overall Likelihood Per Frame = -10.6928846218743
Baum welch starting for 256 Gaussian(s), iteration: 2 (1 of 1)
Last edit: sachin singh 2012-11-03
Search for error keywords in all the files in training log directory
grep -r -i "err" log/* > err.log
grep -r -i "cannot" log/* > cannot.log
grep -r -i "warning" log/* > warning.log
Are you finding something useful in these *.log files?
Last edit: dovark 2012-11-03
No, i checked manually each log file. didn't found any error or warning. also tried "grep" you suggested, cannot.log and warning.log are empty. only err.log have some logs. but these are not error's i guess. i have attached that file in the post.
and during manually check of all file's,only suspicious thing i found is :-
utt> 0 sample1 543 0INFO: cvt2triphone.c(199): no multiphones defined, no conversion done
but i am sure this is not an error or warning.
also data is very low. like i need only one user command and control, so 1 hour data needed. but data i am using have only 0.67 hour. so is this a problem?
did you checked my html file?
please help
also attached configuration file.
Last edit: sachin singh 2012-11-05
closing thread, there was issue with default path of feat.param. and error was not specified in HTML. so it was hard to find that. thanks dovark for your help
Last edit: sachin singh 2012-11-06
Having the same (or very similar) issue, could you provide more specifics on how you solved the it?
Hi,
i am facing issue with command python /sphinxtrain run
it does nothing but prints a message Running the training and prompt to open .pl file
could you please help me how to run that comand?