Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using @tensorflow/tfjs-node instead of @tensorflow/tfjs on OfflineCompiler #499

Open
AbRezaei opened this issue Feb 1, 2024 · 0 comments

Comments

@AbRezaei
Copy link

AbRezaei commented Feb 1, 2024

I need to compile target images on the server using NodeJs.
I used this example and the target images are compiled correctly(but slower than client-side compilation).
There is only one problem every time I run the app, this message is logged in the console:

============================
Hi, looks like you are running TensorFlow.js in Node.js. To speed things up dramatically, install our node backend, visit https://github.com/tensorflow/tfjs-node for more details.
============================

I added @tensorflow/tfjs-node to my project but it still uses @tensorflow/tfjs and this message is displayed in the console.

Is there a way to use @tensorflow/tfjs-node instead of @tensorflow/tfjs?
Is such a feature considered?
Do you have a solution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant