GB0232

Graph-Break Type

Short name describing what triggered the graph break

torch.from_numpy with NumPy unavailable

Context

Values or code snippet captured at the break point

Explanation

Explanation of why the graph break was triggered

Attempted to call torch.numpy but NumPy could not be imported.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry