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
lift_to_meta (usually required by shape propagation) and canonicalize_graph don't work well together since canonicalize_graph may change the state dict.
Let's reconsider moving shape propagation out of canonicalize_graph and provide a separate utility for it.
The shape propagation is only used here and here anyway (i.e. inside interface.py when the config flag is set.
This should be a fairly easy change. Let's just make sure that we don't cause any regressions in the expected behavior of the utility