GB1177

Graph-Break Type

Short name describing what triggered the graph break

nn.Module mutation in HigherOrderOp

Context

Values or code snippet captured at the break point

nn.Module: {obj}

Explanation

Explanation of why the graph break was triggered

Inplace modifying nn.Module params/buffers inside HigherOrderOps is not allowed.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry