GB0267

Graph-Break Type

Short name describing what triggered the graph break

Attempted to access non-callable attribute of TorchScript object

Context

Values or code snippet captured at the break point

value={self.value}, method={name}

Explanation

Explanation of why the graph break was triggered

Attribute accesses of TorchScript objects to non-callable attributes are not supported.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry