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
diffrax.SubSaveAt allows you to define a function to apply to each timestep saved, this way we do not need to load our large compartments into memory and can instead pre-process them as they are solved by the diffrax.diffeqsolve()
diffrax.SubSaveAt
allows you to define a function to apply to each timestep saved, this way we do not need to load our large compartments into memory and can instead pre-process them as they are solved by thediffrax.diffeqsolve()
See example described here: https://docs.kidger.site/diffrax/api/saveat/
I remember hearing about some out of memory errors from @kokbent, this may help if that issue ever comes back.
The text was updated successfully, but these errors were encountered: