Prediction on model in cpp
forrestdavis opened this issue · 1 comments
forrestdavis commented
How exactly do you return a prediction for the keras model in the cpp code? Thanks for the help!
pplonski commented
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.