Short name describing what triggered the graph break
autograd.grad with non-constant dict key
Values or code snippet captured at the break point
non-constant key in {arg_name}
Explanation of why the graph break was triggered
autograd.grad/backward dict inputs must have constant keys.
Hints on how to resolve the graph break