keras2cpp icon indicating copy to clipboard operation
keras2cpp copied to clipboard

This is a bunch of code to port Keras neural network model into pure C++.

Results 20 keras2cpp issues
Sort by recently updated
recently updated
newest added

Hello? Thanks for nice upload and I have a question about this situation. In Keras code, ``` VGG16(weights='imagenet', include_top=False, input_shape=(224, 224, 3)) ``` In this case the top layer is...

Hi, I would like to use your solution for convertion of the MS-COCO RCNN to CPP I have the following http://academictorrents.com/details/f993c01f3c268b5d57219a38f8ec73ee7524421a which contains MS-COCO H5 Weights file but I am...

Hi when I run binary, I have got the following error: Reading model from ./dumped.nnet Layers 221 Layer 0 InputLayer Layer is empty, maybe it is not defined? Cannot define...

The Convolution2D layer with border_mode='same' does not give the same results as the Keras/Theano version (border_mode='valid' is ok in my test).

Hi, I find this project very useful and interesting! Thanks a lot! Will you add support for multi-input and merge layer? Thanks

Hi this is really great work! I just want to provide something I find might be useful to others. I find that in order to dump model correctly. We need...

Hi @pplonski Thank you so much for this amazing keras converter. I have MLP trained using keras and want to use in C++. Is this working with MLP which has...

k1_size and k2_size are not declared in conv_single_depth_valid and conv_single_depth_same