pplonski / keras2cpp

This is a bunch of code to port Keras neural network model into pure C++.
MIT License
679 stars 153 forks source link

how can I use colored images inputs? #32

Closed olivino closed 6 years ago

olivino commented 6 years ago

how can I use your implementation with colored inputs, rgb images for example?

pplonski commented 6 years ago

And how have you tried to use it? Have you?

I've checked and DataChunk2D can handle images with depth > 1, so you should be able to run it on rgb images.

olivino commented 6 years ago

thanks for the quick reply, I made a mistake thinking that the first parameter on .dat was about the amount of images and not about the depth