Short name describing what triggered the graph break
getattr() on nn.Module with pending mutation
Values or code snippet captured at the break point
getattr({obj}, {name}, {default})
Explanation of why the graph break was triggered
Intentionally graph breaking on getattr() on a nn.Module with a pending mutation
Hints on how to resolve the graph break
No hints provided.