GB0032

Graph-Break Type

Short name describing what triggered the graph break

Custom getattribute in nn.Module dict key check

Context

Values or code snippet captured at the break point

has_key_in_generic_dict {self} {key}

Explanation

Explanation of why the graph break was triggered

Dynamo does not support checking key existence on nn.Module instances that have a custom __getattribute__ method defined.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry