app crash in example
gantoday opened this issue · 8 comments
gantoday commented
gantoday commented
pplonski commented
Hi! This code works with Theano as a backend, what is your backend?
gantoday commented
@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.
pplonski commented
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!
gantoday commented
Thanks! :D
pplonski commented
Hey! Sorry that it took so long, it is fixed now. Would you try it again?
gantoday commented
It works well.Thank you!
pplonski commented
You welcome!