Short name describing what triggered the graph break
nn.Module mutation in HigherOrderOp
Values or code snippet captured at the break point
nn.Module: {obj}
Explanation of why the graph break was triggered
Inplace modifying nn.Module params/buffers inside HigherOrderOps is not allowed.
Hints on how to resolve the graph break