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
Hello,
I have a custom metric that needs to store quite a bit of state, which causes OOM, if stored on the GPU. I am using pytorch lightning so that all metric state automatically gets pushed to the GPU. Is there a way to enforce a metric state to be stored on the cpu?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have a custom metric that needs to store quite a bit of state, which causes OOM, if stored on the GPU. I am using pytorch lightning so that all metric state automatically gets pushed to the GPU. Is there a way to enforce a metric state to be stored on the cpu?
Beta Was this translation helpful? Give feedback.
All reactions