GB0266

Graph-Break Type

Short name describing what triggered the graph break

Weird method call on 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

This particular method call ({name}) is not supported (e.g. calling __setattr__). Most method calls to TorchScript objects should be supported.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry