Kernel 'Transform' not registered for backend 'tensorflow'
See original GitHub issueI 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:
- Created a year ago
- Comments:7
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Is this fixed in newer versions? It seems we are not able to use new face-detection because of this.