GB0281

Graph-Break Type

Short name describing what triggered the graph break

Invalid or non-const argument in nn.Module getitem

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 does not support calling method {name} of nn.Module {module} with a non-constant or non-(str, int) key.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry