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
As title. Sometime, we end up with a computation graph with unreachable variables. We have inputsToDrop and outputsToDrop for manually removing them but it'd be better to have an automatic mechanism. #952 includes a solution.