generative_inpainting icon indicating copy to clipboard operation
generative_inpainting copied to clipboard

neuralgym get_gpus error

Open doublejtoh opened this issue 6 years ago • 2 comments

gpu pid type sm mem enc dec command Idx C/G % % % % name 0 14891 C 90 67 0 0 python3

Traceback (most recent call last): File "train.py", line 37, in ng.get_gpus(config.NUM_GPUS) File "/home/gpuguest/Downloads/generative_inpainting/neuralgym/utils/gpus.py", line 70, in get_gpus ' [(gpu id: num of processes)]: {}'.format(sorted_gpus)) SystemError: No enough gpus for dedicated usage. [(gpu id: num of processes)]: [(0, 1)]

iwhy is this error raised..?

doublejtoh avatar May 15 '18 11:05 doublejtoh

Hi ,I raised the same problem and can you tell me why this happend,Thank you )

limchaos avatar May 24 '18 02:05 limchaos

This is because you do not have any idle GPU to use. You can simply comment code for getting GPUs. Take a reference at #41.

JiahuiYu avatar May 24 '18 06:05 JiahuiYu