Running on GPU? #982
-
Hi everybody How can I know if the experiments are running in the CPU or GPU? If by default is the CPU, how can I change it to run them in the GPU?
Thank you in advance |
Beta Was this translation helpful? Give feedback.
Answered by
AntonioCarta
Apr 13, 2022
Replies: 1 comment
-
Strategies have an argument
To verify that the model is actually using the GPU I would just check nvidia-smi. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vlomonaco
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strategies have an argument
device
. Example:To verify that the model is actually using the GPU I would just check nvidia-smi.