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

app crash in example #20

Closed gantoday closed 7 years ago

gantoday commented 7 years ago

image image

gantoday commented 7 years ago

in my ubuntu image

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

pplonski commented 7 years ago

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

gantoday commented 7 years ago

@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 7 years ago

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 7 years ago

Thanks! :D

pplonski commented 7 years ago

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

gantoday commented 7 years ago

It works well.Thank you!

pplonski commented 7 years ago

You welcome!