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
stderr attached since its too long to paste into the issue.
on equinox version 0.11.6, jax version 0.4.33, and diffrax 0.6.0 while it works perfectly fine on equinox version 0.10.6, jax version 0.4.13, and diffrax 0.4.0.
Here is an MVE that replicates the traceback provided:
Using diffrax ode integration within a equinox nn training loop throws the error:
ValueError: Closure-converted function called with different dynamic arguments to the example arguments provided: ...
traceback.txt
stderr attached since its too long to paste into the issue.
on equinox version 0.11.6, jax version 0.4.33, and diffrax 0.6.0 while it works perfectly fine on equinox version 0.10.6, jax version 0.4.13, and diffrax 0.4.0.
Here is an MVE that replicates the traceback provided:
As far as I'm aware there have been no deprecation warnings for any of this code.
Is there a better way to perform this task where an equinox neural network gives the argument for the function to be integrated using diffrax?
The text was updated successfully, but these errors were encountered: