Skip to content

Unknown op '_FusedConv2D' with tfjs-automl using object-detection demo #2327

@gitunit

Description

@gitunit

I've exported a model from AutoML and now trying to make it run with Tensorflow.js.
Im using the object_detection demo code and i replaced the link to my local model.
It has been loaded successfully but when it comes to the prediction part, it fails with the error message:

Uncaught (in promise) TypeError: Unknown op '_FusedConv2D'. File an issue at https://github.com/tensorflow/tfjs/issues so we can add it, or register a custom execution with tf.registerOp()
at operation_executor.ts:95
at executeOp$16 (operation_executor.ts:52)
at c (graph_executor.ts:351)
at e.processStack (graph_executor.ts:337)
at e. (graph_executor.ts:299)
at tensor.ts:397
at Object.next (tensor.ts:397)
at o (tensor.ts:397)

i saw a similar issue but this was a different model and i believe running the latest with the demo code from this repo.

edit: it works with this snippet though

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions