Short name describing what triggered the graph break
call_method on generator
Values or code snippet captured at the break point
object={self.value}, method={name}, args={args}, kwargs={kwargs}
Explanation of why the graph break was triggered
Detected a method call to a user-defined generator object. This is not fully supported.
Hints on how to resolve the graph break
torch._dynamo.config.enable_faithful_generator_behavior = False. Note that this