idiap / pkwrap

A pytorch wrapper for LF-MMI training and parallel training in Kaldi
Other
72 stars 12 forks source link

Test compilation with a recent Kaldi version #28

Closed mrsrikanth closed 2 years ago

mrsrikanth commented 2 years ago

This PR resolves to aim issue mentioned in #26. GetNnetChainExampleSize is now renamed to GetNnetChainExampleSizeInternal because there is a conflicting name now in Kaldi, which does the exact same thing. We cannot reuse the Kaldi version because it would break compilation for older versions (pre-Dec 31 2022).

mrsrikanth commented 2 years ago

Tested to work with