Short name describing what triggered the graph break
Attempted to represent unregistered RemovableHandle
Values or code snippet captured at the break point
Explanation of why the graph break was triggered
Dynamo attempted to build a representation of a torch.utils.hooks.RemovableHandle, which is not supported. This happens because the RemovableHandle was created in another frame.
Hints on how to resolve the graph break
No hints provided.