No gpu detected
dragynir opened this issue · 1 comments
dragynir commented
Thank you in advance.
Can we use training Dockerfile to perform training on gpu?
When running on sagemaker gpu instance only cpu device is available:
Cannot dlopen some GPU libraries. Please make sure the missing libraries mentioned above are installed properly if you would like to use GPU.
The source code to check devices:
from tensorflow.python.client import device_lib
print(device_lib.list_local_devices())
sofianhamiti commented