I have done acoustic model adaptation without LDA/MLLT but I also want to
include LDA/MLLT feature adaptation.
Can anyone tell me how to do that?
Any help is highly appreciated.
Regards
Anurag
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not training acoustic model, rather I am doing acoustic model adaptation.
I want to include lda/mllt during adaptation itself.
The tutorial you pointed out explains lda/mllt adaptation during training
whole of acoustic model.
Please tell me if its possible to include lda/mllt adaptation during acoustic
model adaptation.
Presently I am using these three commands for acoustic model adaptation
I suppose in map_adapt you give original models + {audio + transcription} of
data to be adapted to. Is there any other parameter to map_adapt which will
accommodate mllt ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I suppose in map_adapt you give original models + {audio + transcription} of data to be adapted to
yes
Is there any other parameter to map_adapt which will accommodate mllt ?
no, but there is -lda parameter in bw, but it asks for file containing
transformation matrix to be applied to features (single-stream features only)
and I am not understanding how can I generate this file.
Anyway thanks for your reply
Regards
Anurag
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Acoustic model training and acoustic model adaptation are two different
things.
sphinx_train.cfg is a part of training, it is not used at all while adapting
the acoustic model.
As due to lack of database, I cannot train acoustic model, I am just adapting
a previous acoustic model.
see this null
Regards
Anurag
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
You still need to explain better what do you want to accomplish. There are
many variants here:
You want to adapt an acoustic model which already uses feature space transformation and because of that the model folder has the file feature_transform. In that case you need to add -lda model/feature_transform parameter when you invoke bw to count transformation.
You wan to modify feature_transform from the model which already uses it. Update of the feature_transform is not supported. It's also not really necessary. You can use MLLR instead.
You want to do something else
In all cases your "include LDA/MLLT adaptation" is not really relevant.
Feature space transformation is not an adaptation.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I am adapting HUB4 acoustic model and want to do lda/mllt feature space
transformation.
But its model folder doesn't contain feature_transform file. So this means
that HUB4 model doesn't uses feature space transformation. Can I still
introduce feature space transformation during acoustic model adaptation?
Regards
Anurag
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I have done acoustic model adaptation without LDA/MLLT but I also want to
include LDA/MLLT feature adaptation.
Can anyone tell me how to do that?
Any help is highly appreciated.
Regards
Anurag
try http://cmusphinx.sourceforge.net/wiki/ldamllt
Hi pranavj,
I am not training acoustic model, rather I am doing acoustic model adaptation.
I want to include lda/mllt during adaptation itself.
The tutorial you pointed out explains lda/mllt adaptation during training
whole of acoustic model.
Please tell me if its possible to include lda/mllt adaptation during acoustic
model adaptation.
Presently I am using these three commands for acoustic model adaptation
Regards
Anurag
Sorry, no idea.
I suppose in map_adapt you give original models + {audio + transcription} of
data to be adapted to. Is there any other parameter to map_adapt which will
accommodate mllt ?
Hi pranavj,
yes
no, but there is -lda parameter in bw, but it asks for file containing
transformation matrix to be applied to features (single-stream features only)
and I am not understanding how can I generate this file.
Anyway thanks for your reply
Regards
Anurag
Hi,
(May be I'm not getting what you need but) why don't you try training with
RunAll.pl as given in http://cmusphinx.sourceforge.net/wiki/tutorialam
and in the sphinx_train.cfg file give the LDA parameter as
as given in the lda-mllt tutorial.
Hi,
Acoustic model training and acoustic model adaptation are two different
things.
sphinx_train.cfg is a part of training, it is not used at all while adapting
the acoustic model.
As due to lack of database, I cannot train acoustic model, I am just adapting
a previous acoustic model.
see this null
Regards
Anurag
http://cmusphinx.sourceforge.net/wiki/tutorialadapt
Regards
Anurag
Ok ..
I got confused because they asked to set that LDA param from sphinx_train.cfg
(which is used only during training).
You still need to explain better what do you want to accomplish. There are
many variants here:
You want to adapt an acoustic model which already uses feature space transformation and because of that the model folder has the file feature_transform. In that case you need to add -lda model/feature_transform parameter when you invoke bw to count transformation.
You wan to modify feature_transform from the model which already uses it. Update of the feature_transform is not supported. It's also not really necessary. You can use MLLR instead.
You want to do something else
In all cases your "include LDA/MLLT adaptation" is not really relevant.
Feature space transformation is not an adaptation.
Hi,
I am adapting HUB4 acoustic model and want to do lda/mllt feature space
transformation.
But its model folder doesn't contain feature_transform file. So this means
that HUB4 model doesn't uses feature space transformation. Can I still
introduce feature space transformation during acoustic model adaptation?
Regards
Anurag
No, you can't
ok
Thanks for your reply
Regards
Anurag