Short name describing what triggered the graph break
getattr with no source
Values or code snippet captured at the break point
var_getattr {self} {name}
Explanation of why the graph break was triggered
Dynamo does not know how to access an attribute on an nn.Module
instance that lacks a source. This is usually an internal error in Dynamo.
Hints on how to resolve the graph break