We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1be961 commit fd1b0f7Copy full SHA for fd1b0f7
neuralstyle/algorithms.py
@@ -354,7 +354,7 @@ def gpuname():
354
try:
355
gpus = GPUtil.getGPUs()
356
except:
357
- LOGGER.warning("Unable to detect GPU model")
+ LOGGER.warning("Unable to detect GPU model. Is your GPU configured? Are you running with nvidia-docker?")
358
return "UNKNOWN"
359
if len(gpus) == 0:
360
raise ValueError("No GPUs detected in the system")
0 commit comments