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 error is raised, because the non-differentiable path is included in dependency calculation (we only check requires_grad locally at the moment). It doesn't affect correctness and should never cause problems in most use cases. I'm putting this on hold until #662 is merged.