GB0189

Graph-Break Type

Short name describing what triggered the graph break

getattr() on nn.Module with pending mutation

Context

Values or code snippet captured at the break point

getattr({obj}, {name}, {default})

Explanation

Explanation of why the graph break was triggered

Intentionally graph breaking on getattr() on a nn.Module with a pending mutation

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Back to Registry