Skip to content

Not working #8598

@ganjir007

Description

@ganjir007

Tensorflow hangs on iOS Safari when setting webgl.

Claude 4.5 solved it: Use cpu instead!

const backend = isiOS ? 'cpu' : 'webgl';
addLog([TF] Setting backend to ${backend}...);
await tf.setBackend(backend);

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions