Short name describing what triggered the graph break
_autograd_grad with unsupported argument type
Values or code snippet captured at the break point
got {type(var).name}
Explanation of why the graph break was triggered
_autograd_grad() received an argument of type {type(var).name} which is not supported. Expected tensor or sequence of tensors.
Hints on how to resolve the graph break