Convert Keras model to C++ [closed]
To answer my own question and have a solution – I wrote a plain c++ solution called keras2cpp (its code available on github). In this solution you store network architecture (in json) and weights (in hdf5). Then you can dump a network to a plain text file with provided script. You can use obtained text … Read more