pplonski/keras2cpp

app crash in example

Closed this issue · 8 comments

in my ubuntu
image

I'm just download and compile example.Where is wrong?Please help me.

Hi! This code works with Theano as a backend, what is your backend?

@pplonski My Windows use Tensorflow backend,Ubuntu no backend installed.

This is a bunch of code to port Keras neural network model into pure C++.

This repo still need install backend?
I'm use my_nn_arch.json,my_nn_weights.h5,dumped.nnet under example directory,and did not run mnist_cnn_one_iteration.py.

OK, if you run on example data, then it should work. I've reproduced this issue and I'll fix it and let you know. Thanks!

Thanks! :D

Hey! Sorry that it took so long, it is fixed now. Would you try it again?

It works well.Thank you!

You welcome!