Convert Keras model to C++ [closed]
问题 I am using Keras (with Theano) to train my CNN model. Does anyone has idea how can I use it in my C++ application? Does anyone tried something similar? I have idea to write some python code that will generate a c++ code with network functions - any suggestion on it? I found a similar question here how to use Tensorflow Keras model in C++ but without answer. 回答1: To answer my own question and have a solution - I wrote a plain c++ solution called keras2cpp (its code available on github). In