-
Notifications
You must be signed in to change notification settings - Fork 49
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
GPU-Training supported? #9
Comments
Well, our code should put your data automatically on your GPU.... |
Hi, Bartzi: |
Our code is not eating all the available memory that is a problem of tensorflow, as tensorflow always allocates all available memory... Let's have a look at your problems:
So you'll either have to compile the old tensorflow version by yourself or install a different version of CuDNN, or use a more modern version. |
Thank you. I got it worked on my machine. |
@songpu2015617 Thanks |
Hello everyone! How can I make this code utilize GPU of colab?! |
you might want to look in here:(https://chromium.googlesource.com/external/github.com/tensorflow/tensorflow/+/refs/heads/r0.12/tensorflow/g3doc/get_started/os_setup.md) |
Dear Authors:
I want to know whether this code support GPU trainning? I tried install tensorflow-gpu with latest version and also 0.12.1 version. I will get errors tensor shapes doesn't match. I want to know whether you got the same error and how to fix it? Thanks
The text was updated successfully, but these errors were encountered: