GB4372

Graph-Break Type

Short name describing what triggered the graph break

autograd_function_kwonly_args

Context

Values or code snippet captured at the break point

forward() has keyword-only args: {set(kwargs) - set(self.fn_cls.forward.code.co_varnames)}

Explanation

Explanation of why the graph break was triggered

autograd.Function.apply does not support keyword-only arguments in forward().

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry