-
Notifications
You must be signed in to change notification settings - Fork 74.9k
Closed
Labels
TF 2.0Issues relating to TensorFlow 2.0Issues relating to TensorFlow 2.0type:othersissues not falling in bug, perfromance, support, build and install or featureissues not falling in bug, perfromance, support, build and install or feature
Description
On TensorFlow 1.X, there are various important parameters set by passing tf.ConfigProto
to tf.Session(config=...)
or tf.enable_eager_execution(config=...)
. For example, to use NCCL
, it is useful to set the visible GPUs for a session with config.gpu_options.visible_device_list
.
My understanding is that TensorFlow 2.0 no longer has a way to set this configuration — both tf.Session
and tf.enable_eager_execution
are gone. Is there an alternate way to set this config?
girving, byronyi, rshin, cottrell, bourov and 13 more
Metadata
Metadata
Assignees
Labels
TF 2.0Issues relating to TensorFlow 2.0Issues relating to TensorFlow 2.0type:othersissues not falling in bug, perfromance, support, build and install or featureissues not falling in bug, perfromance, support, build and install or feature