This repository was forked from mravanelli/pytorch-kaldi. Make sure you have read the readme file of the original pytorch-kaldi repository before you work with this one.
This repository adds some custom DNN layers on the original pytorch-kaldi and uses the weight of language model which is from the dev data set that has the lowest WER. The original repository uses the lanugage model weight which is from the test set that has lowest WER.
Check the readme file in the original reposiotry. The code has been modified to support python 3.