kaldi2020 icon indicating copy to clipboard operation
kaldi2020 copied to clipboard

C++ Inference capability

Open ngoel17 opened this issue 5 years ago • 2 comments

C++ inference capability will allow for easy backward integration with other Kaldi-2009-2019 code, and create a softer transition pathway.

ngoel17 avatar Sep 23 '20 17:09 ngoel17

you mean type inference? Not sure how that would work, i.e. how it would make things easier y.

On Wed, Sep 23, 2020 at 7:57 PM Nagendra Goel [email protected] wrote:

C++ inference capability will allow for easy backward integration with other Kaldi-2009-2019 code, and create a softer transition pathway.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jtrmal/kaldi2020/issues/9, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACUKYX6HOZJ5TYP4RKQEYTLSHIZKFANCNFSM4RXKXTHQ .

jtrmal avatar Sep 24 '20 12:09 jtrmal

I think the question is about the run/decode time deployment with a C++ interface. Yes, there will certainly be a C++ interface underneath the Python layer. Even more so, I do not think there will be anything but real C++ production interface (possibly wrapped in Python, but C++ at the core).

See also https://github.com/jtrmal/kaldi2020/issues/32#issuecomment-702132424

kkm000 avatar Oct 02 '20 00:10 kkm000