GB0162

Graph-Break Type

Short name describing what triggered the graph break

Unsupported super().init() call

Context

Values or code snippet captured at the break point

call_method {self} {name} {args} {kwargs}

Explanation

Explanation of why the graph break was triggered

Dynamo encountered a super().init() call on {objvar} that resolved to a torch.nn.Module.__init__() call that we cannot trace.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry