-
Hi folks,
Also attaching CPU and GPU config CPU
GPU
Corresponding jax version
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I unfortunately don't have access to a GPU so I can't benchmark this, but what batch size are you using? From personal experience, too small of a batch size is inefficient since the data needs to be loaded and unloaded from GPU memory. To take advantage of a GPU, I usually increase the batch size to improve efficiency. |
Beta Was this translation helpful? Give feedback.
Hey thanks for taking time to answer. I checked as per your advice, found out that replay buffer was the problem probably because of lot of GPU to CPU operations I guess. Now I have optimised it. Its working good. Thanks for your help