Skip to content
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

neuralgym get_gpus error #35

Open
doublejtoh opened this issue May 15, 2018 · 2 comments
Open

neuralgym get_gpus error #35

doublejtoh opened this issue May 15, 2018 · 2 comments
Labels
good first issue Good for newcomers

Comments

@doublejtoh
Copy link

doublejtoh commented May 15, 2018

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..?

@limchaos
Copy link

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

@JiahuiYu
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants