keras2cpp icon indicating copy to clipboard operation
keras2cpp copied to clipboard

custom model architecture

Open besmaguesmi opened this issue 4 years ago • 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 avatar Aug 15 '21 00:08 besmaguesmi

@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++.

pplonski avatar Aug 16 '21 07:08 pplonski