GB0031

Graph-Break Type

Short name describing what triggered the graph break

Custom getattribute in nn.Module attribute access

Context

Values or code snippet captured at the break point

var_getattr {self} {name}

Explanation

Explanation of why the graph break was triggered

Dynamo could not trace through the custom __getattribute__ method on this nn.Module.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry