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
Describe the bug 🐞
Hi,
I am trying to optimize a Split ODE with a NN embedded. While I can run the inference, the optimization w/ Zygote throws an UndefRefError. I am not sure if this is the right place to a bug report or if the bug is rather in Zygote. Since the same optimization works fine with an ODEProblem, I suspect that it is not Zygote though.
Transferring to SciMLSensitivity. Indeed it just hasn't been handled yet. It's nothing fundamental but we need to write a specialization for SplitFunction.
Describe the bug 🐞
Hi,
I am trying to optimize a Split ODE with a NN embedded. While I can run the inference, the optimization w/ Zygote throws an UndefRefError. I am not sure if this is the right place to a bug report or if the bug is rather in Zygote. Since the same optimization works fine with an ODEProblem, I suspect that it is not Zygote though.
Expected behavior
Not throw an error ;)
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
using Pkg; Pkg.status(; mode = PKGMODE_MANIFEST)
versioninfo()
Additional context
Thanks for looking into this!
The text was updated successfully, but these errors were encountered: