Short name describing what triggered the graph break
autograd.Function.apply: non-function or method backward
Values or code snippet captured at the break point
str(self.bwd_graph)
Explanation of why the graph break was triggered
Expected backward function to be a function or method.
Hints on how to resolve the graph break
No hints provided.