I'm just getting into the Sphinx Technology. I started to train some acoustic models and I have some doubts: During the training process, some step's been omitted because of the value of some vars in the my .cfg file:
MODULE: 02 Training Context Independent models for forced alignment
Skipped: $ST::CFG_FORCEDALIGN set to 'no' in sphinx_train.cfg
MODULE: 03 Force-aligning transcripts
Skipped: $ST::CFG_FORCEDALIGN set to 'no' in sphinx_train.cfg
(...)
MODULE: 05 Train LDA transformation
Skipped (set $CFG_LDA_MLLT = 'yes' to enable)
MODULE: 06 Train MLLT transformation
Skipped (set $CFG_LDA_MLLT = 'yes' to enable)
(...)
MODULE: 46 Train LDA transformation
Skipped (set $CFG_LDA_MLLT = 'yes' to enable)
MODULE: 47 Train MLLT transformation
Skipped (set $CFG_LDA_MLLT = 'yes' to enable)
My question is, how the training would get if I change the values for these vars ??
Thanks a lot !!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm just getting into the Sphinx Technology. I started to train some acoustic models and I have some doubts: During the training process, some step's been omitted because of the value of some vars in the my .cfg file:
MODULE: 02 Training Context Independent models for forced alignment
Skipped: $ST::CFG_FORCEDALIGN set to 'no' in sphinx_train.cfg
MODULE: 03 Force-aligning transcripts
Skipped: $ST::CFG_FORCEDALIGN set to 'no' in sphinx_train.cfg
(...)
MODULE: 05 Train LDA transformation
Skipped (set $CFG_LDA_MLLT = 'yes' to enable)
MODULE: 06 Train MLLT transformation
Skipped (set $CFG_LDA_MLLT = 'yes' to enable)
(...)
MODULE: 46 Train LDA transformation
Skipped (set $CFG_LDA_MLLT = 'yes' to enable)
MODULE: 47 Train MLLT transformation
Skipped (set $CFG_LDA_MLLT = 'yes' to enable)
My question is, how the training would get if I change the values for these vars ??
Thanks a lot !!
> My question is, how the training would get if I change the values for these vars ??
It will do different things :) I think you shouldn't enable them unless you know what you are doing. Just ignore these messages.