Short name describing what triggered the graph break
torch.scan: improper init
Values or code snippet captured at the break point
str(init)
Explanation of why the graph break was triggered
Expected init to be a list/tuple with at least one element but got {init.python_type()}
Hints on how to resolve the graph break