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
0fd292c - The EqM loss was using a hardcoded target (x0 - x1) * c(t), which is only correct for the Linear interpolant. Changed the target to -ut * ct, which correctly uses each interpolant's velocity schedule.