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
When eagerly evaluating different branches of a graph, we may want to optimize by saving the output of the common ancestor of both branches.
We will need to be careful to avoid evaluating too many tensors at once since this could cause OOMs (otherwise the best approach would have been to store values for all intermediate tensors).