Under what circumstances the GPU will occupy the video memory but the running gpu process pid is not displayed, but the log output of pytorch lightning tells me GPU available: True, used: True. #8283
qianjinhao
started this conversation in
General
Replies: 1 comment
-
Try restarting the machine to release the memory. And maybe update to the lastest nvidia driver, i.e., 460.73.01 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Under what circumstances the GPU will occupy the video memory but the running gpu process pid is not displayed, but the log output of pytorch lightning tells me GPU available: True, used: True. I use gpus=[0] to specify the parameters of the trainer to confirm the gpu. The training speed is very slow, and it is estimated that GPU acceleration is not used.

Beta Was this translation helpful? Give feedback.
All reactions