question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Kernel 'Transform' not registered for backend 'tensorflow'

See original GitHub issue

I am trying to use this repo but getting above error: https://www.npmjs.com/package/@tensorflow-models/face-detection

System information

  • TensorFlow.js version (you are using): 3.18
  • Are you willing to contribute it (Yes/No): No

There is some issue and this model is unable to run on tfjs-node.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:7

github_iconTop GitHub Comments

3reactions
dougchestnutcommented, Jun 10, 2022

I just ran into this issue using nodejs. Reason for using tfjs-node, i’m attempting to run face detection on a large collection of images with node. Using node/javascript as it seemed to be the easiest pathway to get started with tensorflow currently. I had no problem using the pre-trained classification and object detection models but ran into this issue with detecting faces.

0reactions
adityapatadiacommented, Dec 15, 2022

Is this fixed in newer versions? It seems we are not able to use new face-detection because of this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Platform node has already been set. Overwriting the platform ...
The kernel 'Unpack' for backend 'tensorflow' is already registered The kernel 'UnsortedSegmentSum' for backend 'tensorflow' is already ...
Read more >
TensorflowJS backend CPU kernel undefined is already ...
for better performance. If I load both GPU and CPU, I only get the kernel undefined is already registered warning.
Read more >
@tensorflow/tfjs-backend-webgl - npm
Start using @tensorflow/tfjs-backend-webgl in your project by running `npm i @tensorflow/tfjs-backend-webgl`. There are 71 other projects in ...
Read more >
Tensorflow.js tf.registerBackend() Function - GeeksforGeeks
name (string): It specifies name of the backend to be registered. · factory: It specifies the backend factory function. This function returns a ......
Read more >
cpu backend was already registered as global error
You received this message because you are subscribed to the Google Groups "TensorFlow.js Discussion" group. To unsubscribe from this group and stop receiving ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found