mravanelli / pytorch-kaldi

pytorch-kaldi is a project for developing state-of-the-art DNN/RNN hybrid speech recognition systems. The DNN part is managed by pytorch, while feature extraction, label computation, and decoding are performed with the kaldi toolkit.
2.37k stars 446 forks source link

fix bug when feats.scp changes name #231

Open Baileyswu opened 4 years ago

Baileyswu commented 4 years ago

Hi, mravanelli! When I change the feature type (mfcc to fbank), the scp file changes (feats.scp to feats_fbank.scp). However, during the decoding process at decode_dnn.sh, the filename is frozen as feats.scp, which causes trouble. Also, the files_dec at run_exp.py needs to be specific in my env.