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
When trying to use the custom_gradient decorator with a JAX backend as shown in the example located here custom_gradient_example, I get an error message saying TypeError: 'NoneType' object is not callable.
It works without a problem on the TensorFlow backend, but not JAX. The behaviour is seen both on keras v3.9.0 and on keras-nightly.
The text was updated successfully, but these errors were encountered:
When trying to use the custom_gradient decorator with a JAX backend as shown in the example located here
custom_gradient_example, I get an error message saying
TypeError: 'NoneType' object is not callable
.It works without a problem on the TensorFlow backend, but not JAX. The behaviour is seen both on keras v3.9.0 and on keras-nightly.
The text was updated successfully, but these errors were encountered: