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
Hi,
I am using TFUniformReplayBuffer with DynamicEpisodeDriverwith the former config device as GPU. However, in mytf.profile` it shows that the following code is actually running on the CPU.
Hi,
I am using
TFUniformReplayBuffer with
DynamicEpisodeDriverwith the former config device as GPU. However, in my
tf.profile` it shows that the following code is actually running on the CPU.Is there any way that I can make the iteration of the dataset run in the GPU instead of sending them back and forth?
The text was updated successfully, but these errors were encountered: