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