I am trying to build mllr adapted model and am successful so far using baum welch
command bw for gathering stats and then executing mllr_solve to get the regression matrix.
However I am having difficulty executing mllr_transform.
If I execute the mllr_transform command, the following way, I get segmentation fault:
However, if I do not give the cdonly and hence moddeffn flags, and run it the following way, the program runs smoothly.
$ ./mllr_transform -inmeanfn inMeans -outmeanfn outMeans -mllrmat adapt.matrix
NOTE: I specify cdonly yes during execution of mllr_solve
Any idea what could be going wrong !
Thanks and Regards
A D
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am trying to build mllr adapted model and am successful so far using baum welch
command bw for gathering stats and then executing mllr_solve to get the regression matrix.
However I am having difficulty executing mllr_transform.
If I execute the mllr_transform command, the following way, I get segmentation fault:
$ ./mllr_transform -inmeanfn inMeans -outmeanfn outMeans -mllrmat adapt.matrix -cdonly yes -moddeffn Mdef
However, if I do not give the cdonly and hence moddeffn flags, and run it the following way, the program runs smoothly.
$ ./mllr_transform -inmeanfn inMeans -outmeanfn outMeans -mllrmat adapt.matrix
NOTE: I specify cdonly yes during execution of mllr_solve
Any idea what could be going wrong !
Thanks and Regards
A D