pplonski/keras2cpp

Prediction on model in cpp

forrestdavis opened this issue · 1 comments

How exactly do you return a prediction for the keras model in the cpp code? Thanks for the help!

The prediction from Keras model in cpp is returned as DataChunk. Please check method compute_output from KerasModel. The last lines of this method return a prediction.