google / qkeras

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

Upgrade to keras v3? #131

Open makoeppel opened 4 months ago

makoeppel commented 4 months ago

Any plans on upgrading qkeras to keras v3?

BitCourier commented 3 months ago

I second this.

Using qkeras with a recent install of tensorflow and keras gives me these errors: NotImplementedError: Exception encountered when calling QConv2D.call().

numpy() is only available when eager execution is enabled.

Arguments received by QConv2D.call(): • inputs=tf.Tensor(shape=(32, 552, 552, 1), dtype=float32)

If you want, I create an extra issue.