qkerasV3 Documentation

qkerasV3 is a Keras 3–compatible continuation of QKeras, focused on quantization-aware training and model compression.

Important

qkerasV3 currently supports TensorFlow as the Keras backend. Set the backend before importing:

export KERAS_BACKEND=tensorflow

In the current version v1.1.x AutoQKeras and Pruning are not working. There will be an update in the the future to support this feature again.