Short name describing what triggered the graph break
Attempted to copy.deepcopy a tensor
Values or code snippet captured at the break point
copy.deepcopy({self})
Explanation of why the graph break was triggered
Dynamo does not support copy.deepcopy() on tensors.
Hints on how to resolve the graph break