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

Network dumping error ! #29

Closed stardust2602 closed 6 years ago

stardust2602 commented 7 years ago

Hi, i am trying to use your keras2cpp functions to import my Keras model into my cpp project. However, when I run the python script to dump the model into text file, I realize that all Conv2D layers dont have the matrix values displayed in the text file. I can send you my json and h5 files if you want. Thank you !!!

Shreyank21 commented 6 years ago

Same Issue. Anyone to help ??

pplonski commented 6 years ago

Hey! There is a python script that dumps json and h5 files into text files which can be used in cpp.