Short name describing what triggered the graph break
Strict mode banned op
Values or code snippet captured at the break point
var_getattr {self} {name}
Explanation of why the graph break was triggered
Getattr invocation ‘{name}’ in strict mode is not supported.
Hints on how to resolve the graph break
{name}
from the list of banned ops bytorch._dynamo.config._autograd_backward_strict_mode_banned_ops
.