You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Any plans on upgrading qkeras to keras v3?
The text was updated successfully, but these errors were encountered: