GB9186

Graph-Break Type

Short name describing what triggered the graph break

using torch.autograd.grad with torch._dynamo.config.trace_autograd_ops=False

Context

Values or code snippet captured at the break point

trace_autograd_ops={config.trace_autograd_ops}

Explanation

Explanation of why the graph break was triggered

Attempted to call torch.autograd.grad with config torch._dynamo.config.trace_autograd_ops set to False.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry