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
Remove DiffMode::error_estimation by merging it with DiffMode::reverse
Unlike pullback requests, gradient requests track information about error estimation by having 2 separate modes: `DiffMode::reverse` and `DiffMode::error_estimation`. Even though `DiffMode::error_estimation` is immediately changed to `DiffMode::reverse` at the beginning of the reverse mode visitation. This PR also removes `DiffMode::error_estimation` completely, as this information is already tracked with `EnableErrorEstimation`.
0 commit comments