[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:04604] HTS-2.3.2 GV Bug?


Hi all, 
    Recently I used HTS-2.3.2 to train model. In the step "making global variance", I set "useHmmGV=1" and "cdgv=0",  gv inf file did not be generated. 
     Before line 663:  copy_aver2clus_gv();
     Added:
         my $s = 1;
         foreach $type (@cmp) {
            make_edfile_state_gv( $type, $s );
            $s++;
         }
     It works ok.
     Is this a bug?

pengcheng

Follow-Ups
[hts-users:04606] Re: HTS-2.3.2 GV Bug?, Keiichiro Oura