hi,
i'm trying to train CD UNTIED models ,
i have warnings whith BW (baum welch), the warnings seems like that;
WARNING: "corpus.c", line 1856: LSN utt id, 19981207_0700_0800_inter_fm_dga/19981207_0700_0800_inter_fm_dga.20, does not match ctl utt id, 19981207_0700_0800_inter_fm_dga.20.
please , can some body tell me what it means !! ??
thank's
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
That simply means the transcription uttid and the control file uttid mismatches
In your case, try to add back the directory name in the control file should work.
As many users put, SphinxTrain could be very unforgiving with difference of file names. so try to make sure the names are exactly the same before you move on.
-a
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hi,
i'm trying to train CD UNTIED models ,
i have warnings whith BW (baum welch), the warnings seems like that;
WARNING: "corpus.c", line 1856: LSN utt id, 19981207_0700_0800_inter_fm_dga/19981207_0700_0800_inter_fm_dga.20, does not match ctl utt id, 19981207_0700_0800_inter_fm_dga.20.
please , can some body tell me what it means !! ??
thank's
That simply means the transcription uttid and the control file uttid mismatches
In your case, try to add back the directory name in the control file should work.
As many users put, SphinxTrain could be very unforgiving with difference of file names. so try to make sure the names are exactly the same before you move on.
-a
thanks