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

issue while testing the test_run.sh file #50

Closed Prajapati-IIT closed 11 months ago

Prajapati-IIT commented 11 months ago

Dear Expert, I followed these steps and completed the first four steps now I want to test dumping for your network, and use test_run.sh script but i do not understand how it will run and how to get the C++ code file which is used in fluent. please describe it.

pplonski commented 11 months ago

This is very old code, it is working only for Keras with Theano backend.

The idea is to export neural network weights from Keras format into some custom format, which can be loaded in C++ program.