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
Sometimes when a neuron twists, the invalidation pass can eliminate useful branches that are connected from a more distant point. It would be possible, and possibly practical to:
Label all elements within the invalidation zone.
Run connected components
Mask out all components that the current path lies outside
Proceed with invalidation normally (ignoring those masked components)
This would be slower, so maybe hide it behind a flag?
The text was updated successfully, but these errors were encountered:
Sometimes when a neuron twists, the invalidation pass can eliminate useful branches that are connected from a more distant point. It would be possible, and possibly practical to:
This would be slower, so maybe hide it behind a flag?
The text was updated successfully, but these errors were encountered: