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
I'm trying to differentiate through predict_fn provided by https://github.com/google/neural-tangents. This is doable with jax.grad, but not with eagerpy.value_and_grad.
I'm trying to differentiate through
predict_fnprovided by https://github.com/google/neural-tangents. This is doable withjax.grad, but not witheagerpy.value_and_grad.