qkeras icon indicating copy to clipboard operation
qkeras copied to clipboard

Inference of QKeras models

Open RatkoFri opened this issue 2 years ago • 1 comments

Greetings,

How to use the QKeras model for prediction? Can I use method .predict for inference on test data or does QKeras defines a special function for inference of quantized models?

Stay well, RP

RatkoFri avatar Aug 24 '22 16:08 RatkoFri

You can use the predict method, as QKeras is just an extension of Keras.

jurevreca12 avatar Oct 12 '22 11:10 jurevreca12