google / qkeras

QKeras: a quantization deep learning library for Tensorflow Keras
Apache License 2.0
533 stars 102 forks source link

Inference of QKeras models #99

Closed RatkoFri closed 1 year ago

RatkoFri commented 2 years ago

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

jurevreca12 commented 1 year ago

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