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

CPU / GPU configuration to avoid resource contention #8

Open
ncollier opened this issue Apr 10, 2017 · 0 comments
Open

CPU / GPU configuration to avoid resource contention #8

ncollier opened this issue Apr 10, 2017 · 0 comments

Comments

@ncollier
Copy link
Contributor

Add functionality for setting number of threads per run / which GPU to use per run in order to avoid resource contention / starvation when running multiple runs on the same node.

Thread config for Keras + tensor flow:

keras-team/keras#4740
http://stackoverflow.com/questions/34389945/changing-the-number-of-threads-in-tensorflow-on-cifar10

W/r to GPU, the env var CUDA_VISIBLE_DEVICES can be used, but we'd need away to figure out which device was free.

http://stackoverflow.com/questions/37893755/tensorflow-set-cuda-visible-devices-within-jupyter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant