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

CPU-only version of Tensorflow/CUDA object issues #392

Closed
BoiseBound opened this issue Mar 8, 2017 · 2 comments
Closed

CPU-only version of Tensorflow/CUDA object issues #392

BoiseBound opened this issue Mar 8, 2017 · 2 comments

Comments

@BoiseBound
Copy link

I get the comment
java.lang.UnsatisfiedLinkError: ..... libjnitensorflow.so: libcudart.so.8.0: cannot open shared object file
when trying to run versions 0.11, 0.12, and 1.0 of your Tensorflow presets.
I am trying to run on Ubuntu CPU-only.
Do you binaries accept the CPU-only version or should I try to install the cuda 8 library even when I don't have a GPU?
Thank you

@saudet saudet added the question label Mar 9, 2017
@saudet
Copy link
Member

saudet commented Mar 9, 2017

Just install CUDA, even if you don't have a GPU. You don't need to have a GPU to install CUDA. TensorFlow will just use your CPU automatically.

@saudet
Copy link
Member

saudet commented Mar 15, 2017

Duplicate of #396

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

No branches or pull requests

2 participants