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
The initial conditions for the UDE are the same as the reference solution,
leading to taking the derivative of sqrt at 0, which is NaN.
Changing the loss function to squared l2loss fixes this.
0 commit comments