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
The number of available CPU threads in my machine should be 16. However, I tested the number of workers in CPU only A3C-Doom because I set, import os os.environ["CUDA_VISIBLE_DEVICES"]="" import tensorflow
Actually, there can be more workers than 16. I'm confused about this. Do you have any ideas about why?
The text was updated successfully, but these errors were encountered:
Hi there,
The number of available CPU threads in my machine should be 16. However, I tested the number of workers in CPU only A3C-Doom because I set,
import os os.environ["CUDA_VISIBLE_DEVICES"]="" import tensorflow
Actually, there can be more workers than 16. I'm confused about this. Do you have any ideas about why?
The text was updated successfully, but these errors were encountered: