Short name describing what triggered the graph break
sparse_grad_accumulate_grad
Values or code snippet captured at the break point
accumulate_grad_ with sparse gradient
Explanation of why the graph break was triggered
Sparse gradients are not supported in compiled autograd
Hints on how to resolve the graph break
No hints provided.