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
Additionally, when itp is defined outside the loss function, the above issue does not occur in either version. However, sometimes I need to define itp inside the loss function.
The text was updated successfully, but these errors were encountered:
Describe the bug 🐞
Hello, I am using Zygote.jl to solve gradients with DataInterpolations.jl, but an error occurred.
Expected behavior
Expected to run successfully.
Minimal Reproducible Example 👇
Error & Stacktrace⚠️
Environment (please complete the following information):
using Pkg; Pkg.status()
versioninfo()
Additional context
But when I modified the version of DataInterpolations.jl to v5.0.0, the above code ran successfully.
Additionally, when itp is defined outside the loss function, the above issue does not occur in either version. However, sometimes I need to define itp inside the loss function.
The text was updated successfully, but these errors were encountered: