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
Describe the feature and the current behavior/state.
Now, we could run our code on GPU only via adding GPU dependencies to the classpath.
But the basic Python API provides an ability to set up the preferred device (GPU or CPU via device name)
The basic option also is available for low-level builder here
Will this change the current api? How?
Let's add the function tf.withDevice(“/GPU:0”) to the Scope class.
Who will benefit with this feature?
Anyone who trains neural network in distributed mode on different GPU/CPU devices.