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'm using gym_trading to learn about RL for algotrading.
Compared to some simple models I did with RNNs I noticed the learning takes significantly longer.
So I switched to running it on my 2080 ti. Runs a bit faster than on CPU.
But then I notice the total GPU utilization is only about 7-10% and that's on a desktop machine.
Is there a way I can speed up the learning and use more GPU power?
The text was updated successfully, but these errors were encountered:
hakunin
changed the title
Question about GPU utilisation
Question about low GPU utilisation
Feb 4, 2022
When it says the model is sequential, it basically means it can't get any faster even if the network is small due to the sheer amount of iterations and no paralelism?
Hi,
I'm using gym_trading to learn about RL for algotrading.
Compared to some simple models I did with RNNs I noticed the learning takes significantly longer.
So I switched to running it on my 2080 ti. Runs a bit faster than on CPU.
But then I notice the total GPU utilization is only about 7-10% and that's on a desktop machine.
Is there a way I can speed up the learning and use more GPU power?
The text was updated successfully, but these errors were encountered: