Short name describing what triggered the graph break
Weird method call on TorchScript object
Values or code snippet captured at the break point
value={self.value}, method={name}
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 on how to resolve the graph break