kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.24k stars 5.32k forks source link

decode with transform_dir. #3231

Closed 313024351 closed 5 years ago

313024351 commented 5 years ago

We trained nnet with nnet3's script and We expect decode with transform_dir, but it is not exist in nnet3/decode. Could We use the nnet2/decode.sh to decode the nnet3's nnet with transform_dir?

danpovey commented 5 years ago

What script did you train with specifically? I don't recall that we ever had any nnet3 scripts that supported transform_dir, since we always use raw MFCCs with ivectors.

313024351 commented 5 years ago

transform_dir in nnet3/lstm/train.sh.

danpovey commented 5 years ago

As that script says, it's deprecated. The transform_dir parameter is no longer supported in the decoding script.