gosha20777 / keras2cpp

it's a small library for running trained Keras 2 models from a native C++ code.
MIT License
185 stars 54 forks source link

Convolutional networks #19

Open ludwikbukowski opened 5 years ago

ludwikbukowski commented 5 years ago

Hey,

Reading the project's README.md it is mentioned that it implements 2D Convolutional layers, but the CNN is not implemented. Therefore, what does CNN stands for?

IamMohitM commented 4 years ago

Yep, I didn't understand this either.