-
Notifications
You must be signed in to change notification settings - Fork 51
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
Error running on GPU: device renaming issue? #79
Comments
Hi @FranckLejzerowicz , just to confirm, have you been able to run |
Hi @FranckLejzerowicz, there are two problems with the tensorflow-gpu setup
To do this, you'd need the following
Below are a couple of commands that I would print for debugging inside python import tensorflow as tf
tf.test.gpu_device_name() and from tensorflow.python.client import device_lib
print(device_lib.list_local_devices()) Here is some of the output from my setup
|
Hi,
So here's a command run on a gpu node in an interactiove slurm srun session:
The (long) error (sorry):
Note the maybe relevant sinfo
Any help greatly appreciated :)
Thanks!
Franck
The text was updated successfully, but these errors were encountered: