jtrmal / kaldi2020

Apache License 2.0
27 stars 3 forks source link

C++ Inference capability #9

Open ngoel17 opened 3 years ago

ngoel17 commented 3 years ago

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

jtrmal commented 3 years ago

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 notifications@github.com 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 .

kkm000 commented 3 years ago

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