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

Conv1D layer support #44

Open Pradhy729 opened 5 years ago

Pradhy729 commented 5 years ago

Hello,

Do you plan to add support for Conv1D layer? I don't currently see the handling for that.

Thanks. Paddy

pplonski commented 5 years ago

Sorry, I don't have enough time to add support for it (running a startup, doing consulting, building a house and have 4 small kids :) ). But it should be fairly easy if you have code for Conv2D - it should be a matter of removing one for loop.