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

Question about the Dimension of wx.0.weight in my mlp model #243

Open zyn2609530 opened 4 years ago

zyn2609530 commented 4 years ago

I use the cfg/TIMIT_baselines/TIMIT_MLP_mfcc_basic.cfg to train my model, and set the cw_left=10 and cw_right=10, the feature is 40 dimensions. And when i cheak the model I've trained, the input layer's dimension of each node is 841 instead of 840, is there anything wrong?

TParcollet commented 3 years ago

Hi, sorry for the late reply, we are very very busy with SpeechBrain and PyTorch-Kaldi won't be maintained anymore very soon. Isn't the energy of the current frame also added ?