-
Notifications
You must be signed in to change notification settings - Fork 91
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
Question: Running on GPU - VM instance #34
Comments
Hi @amarek1 this It was left there because it will be used again once we re-enable the Multi-GPU support (please check #21) In the meantime, in order to run the project on a single GPU, all you need to do is to manually remove
|
Thank you very much for your help, it works now. |
I have tensorflow-gpu = 1.15.2 Also, I have manually uninstalled tensorflow Code: from tgan.model import TGANModel |
Were you able to solve your problem? |
Hello,
I am trying to run my TGAN on a Google VM instance with 1 GPU. I am passing an argument 'gpu=0' or 'gpu='0'' to my TGANModel() but it keeps running on CPU rather than GPU. Could you please let me know what I might be doing wrong, is running on GPU supported while just passing a gpu argument or is there something else I should be doing to enable it?
Thank you
The text was updated successfully, but these errors were encountered: