-
Notifications
You must be signed in to change notification settings - Fork 173
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
How to allocate GPU wth E2E method #86
Comments
@Byron309 I can run the code with Tensorflow-gpu 1.14. Before running the train script, I set |
Hi, @Damcy I try tf-gpu==1.14 and I have run setup_all.sh. but I get the error I'm trying the E2E method and not the high-order method. |
The cmd in setup_all.sh may be out-of-date. |
Hi, @Damcy Also I try the command
Have you met this error before? |
|
It works! thank you! Somehow the setup_all.sh file we are talking about is different. I try the file you share and it works. |
Hi, I'm trying to run E2E method on GPU. While I noticed that code requires TensorFlow 1.0.0. How can I run it on GPU? I have already set the environment GPU=0 while it seems there is no tensorflow-GPU to allocate it.
The text was updated successfully, but these errors were encountered: