GB0226

Graph-Break Type

Short name describing what triggered the graph break

torch.nn.Parameter() with unsupported data type

Context

Values or code snippet captured at the break point

data={data}

Explanation

Explanation of why the graph break was triggered

Called torch.nn.Parameter() with non-Tensor argument.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry