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 #4

Closed
ryanjulian opened this issue Jun 11, 2018 · 1 comment
Closed

Add tf GPU options #4

ryanjulian opened this issue Jun 11, 2018 · 1 comment
Labels

Comments

@ryanjulian
Copy link
Member

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

Imported from ryanjulian/rllab#123

@ryanjulian
Copy link
Member Author

This is more of an experiment runner concern, actually.

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