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.36k stars 446 forks source link

Fix issue #157 - training crashes when CPU is used #230

Closed Serhiy-Shekhovtsov closed 4 years ago

Serhiy-Shekhovtsov commented 4 years ago

Check #157 for details.

Serhiy-Shekhovtsov commented 4 years ago

Closing this as it didn't work.