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.
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.
Hi, mravanelli! When I change the feature type (mfcc to fbank), the scp file changes (
feats.scp
tofeats_fbank.scp
). However, during the decoding process at decode_dnn.sh, the filename is frozen asfeats.scp
, which causes trouble. Also, thefiles_dec
atrun_exp.py
needs to be specific in my env.