Baselines: Low GPU usage

Created on 14 Jul 2017  路  5Comments  路  Source: openai/baselines

When I tried to run train.py in the atari folder, I found the ETA reached 16 days after a few minutes and the usage of GPU was quite low.

Most helpful comment

I found both tensorflow and tensorflow-gpu in the environment. I deleted tensorflow and the ETA drop down to 3 days.

All 5 comments

I'm trying to run with a GPU also. Did you try running nvidia-smi? Does it show any processes?

Yes, there is a python process.
image
And here is GPU usage.
image
And here is ETA after three minutes.
image

If do pip freeze do you see tensorflow-gpu ? If you see both tensorflow and tensorflow-gpu delete tensorflow

Closing as it's mostly a tensorflow issue, unlikely baselines.

I found both tensorflow and tensorflow-gpu in the environment. I deleted tensorflow and the ETA drop down to 3 days.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ampnirvana picture ampnirvana  路  14Comments

dkorenkevych picture dkorenkevych  路  11Comments

hamzamerzic picture hamzamerzic  路  37Comments

dqii picture dqii  路  9Comments

Sumsamkhan picture Sumsamkhan  路  26Comments