GB0331

Graph-Break Type

Short name describing what triggered the graph break

wrap_with_set_grad_enabled: non-constant grad_enabled

Context

Values or code snippet captured at the break point

str(grad_enabled)

Explanation

Explanation of why the graph break was triggered

wrap_with_set_grad_enabled expects grad_enabled argument to be a constant.

Hints

Hints on how to resolve the graph break

Additional Information

Click here to add Additional Info

Back to Registry