keras-model-to-cpp icon indicating copy to clipboard operation
keras-model-to-cpp copied to clipboard

Porting Keras neural network model to C++

Results 3 keras-model-to-cpp issues
Sort by recently updated
recently updated
newest added

Hi , i would like to use your repo to use a keras model into cpp but there are many version problems, the structure of json has change and many...

Hey, I have issue while dumping the network into dat file. Basically, 2nd step : 2. Dump network to dat file `python dump_to_cpp.py -a arch.json -w weights.h5 -o dumped_nn.dat`. while,...

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...