You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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 inconfig_personal.py
(set toNone
by default).Imported from ryanjulian/rllab#123
The text was updated successfully, but these errors were encountered: