pplonski/keras2cpp

custom model architecture

Guemann-ui opened this issue · 1 comments

hello

I want to use this model with my python architecture, do I need to rewrite my model architecture in c++ file? or modify keras_model.cc?

@besmaGuesmi keras2cpp is an example code how Keras with Theano backend can be converted to from python to plain C++. The Theano backend used in this repository is very old, you would rather use Tensorflow. And, the number of supported layers is very limited. So I would rather treat this repository as an example (proof-of-concept) that any Neural Network can be ported from python to plain C++.