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

Compile error in keras_model.cc #13

Open torsten-wilhelm opened 7 years ago

torsten-wilhelm commented 7 years ago

k1_size and k2_size are not declared in conv_single_depth_valid and conv_single_depth_same

pplonski commented 7 years ago

Torsten can you check if it works? Thanks to @robertsulej for fix and speed-up in the code.