GB1140

Graph-Break Type

Short name describing what triggered the graph break

_autograd_grad with unsupported argument type

Context

Values or code snippet captured at the break point

got {type(var).name}

Explanation

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

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry