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

Single GPU card is not available on PC #29

Closed
Aspirinkb opened this issue Nov 7, 2018 · 3 comments
Closed

Single GPU card is not available on PC #29

Aspirinkb opened this issue Nov 7, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Aspirinkb
Copy link

The get_idle_gpus.py in utils folder is about to detect how many GPU cards are available on the machine. For many users, there is only one GPU card on their PC for graphical display which leads no GPU available (the only one is busy). So, we should fix the issue by change the way of detecting available GPUs.

@Aspirinkb
Copy link
Author

I have a GTX 1080 on my PC for training. So I comment the busy_gpus.append(sub_strs[1]) line and add a pass line to ignore the busy GPU detection.

@jiaxiang-wu jiaxiang-wu self-assigned this Nov 7, 2018
@jiaxiang-wu jiaxiang-wu added bug Something isn't working enhancement New feature or request and removed bug Something isn't working labels Nov 7, 2018
@jiaxiang-wu
Copy link
Contributor

Enhancement required: change the way of detecting available GPUs.

@jiaxiang-wu
Copy link
Contributor

Resolved in the pull request #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants