GB1501

Graph-Break Type

Short name describing what triggered the graph break

sparse_grad_accumulate_grad

Context

Values or code snippet captured at the break point

accumulate_grad_ with sparse gradient

Explanation

Explanation of why the graph break was triggered

Sparse gradients are not supported in compiled autograd

Hints

Hints on how to resolve the graph break

No hints provided.

Additional Information

Click here to add Additional Info

Back to Registry