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

Tensorflow message #61

Closed
madrobby opened this issue Jul 30, 2020 · 1 comment
Closed

Tensorflow message #61

madrobby opened this issue Jul 30, 2020 · 1 comment

Comments

@madrobby
Copy link
Contributor

madrobby commented Jul 30, 2020

Getting this message:

============================
Hi there 👋. Looks like you are running TensorFlow.js in Node.js. 
To speed things up dramatically, install our node backend, which
binds to TensorFlow C++, by running npm i @tensorflow/tfjs-node,
or npm i @tensorflow/tfjs-node-gpu if you have CUDA. Then call
require('@tensorflow/tfjs-node'); (-gpu suffix for CUDA) at the start
of your program. 

Visit https://github.com/tensorflow/tfjs-node for more details.
============================

I think it's from thius plugin. Would be good if this is supported! FWIW I'm running on a Mac Mini that does not have CUDA support.

@beele
Copy link
Owner

beele commented Aug 2, 2020

This message is in error, I don't know why, but it can be ignored. If the C++ binding was not working and tensorflow would be running in pure js mode, the performance would be 10x slower, you'd notice ;)

@beele beele closed this as completed Aug 2, 2020
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

2 participants