GB0231

Graph-Break Type

Short name describing what triggered the graph break

call torch.from_numpy with torch._dynamo.config.trace_numpy=False

Context

Values or code snippet captured at the break point

trace_numpy={config.trace_numpy}

Explanation

Explanation of why the graph break was triggered

Attempted to call torch.from_numpy with config torch._dynamo.config.trace_numpy set to False.

Hints

Hints on how to resolve the graph break

Additional Information

Back to Registry