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

Add tf GPU options #123

Closed
eric-heiden opened this issue Jun 5, 2018 · 1 comment
Closed

Add tf GPU options #123

eric-heiden opened this issue Jun 5, 2018 · 1 comment
Labels

Comments

@eric-heiden
Copy link
Collaborator

It should be possible to set the TensorFlow session options whenever a tf.Session is created for training, such as here (other places where a session is constructed might not need to use these options). It is sometimes necessary to limit the available memory to tf running on a GPU, etc.
A possible implementation could allow the user to specify the GPU options via a ConfigProto setting in config_personal.py (set to None by default).

@ryanjulian
Copy link
Owner

See rlworkgroup/garage#4

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

No branches or pull requests

2 participants