Replies: 3 comments 6 replies
-
I might have solved the problem by changing to: |
Beta Was this translation helpful? Give feedback.
-
The issue most likely is that when you append it to your logging dict (why do you do this at all, when we provide the |
Beta Was this translation helpful? Give feedback.
-
Hey @ncuxomun, Yes, I believe it is related to storing tensors on GPU.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
🐛 Bug
GPU memory quickly builds up in few epochs
conda
,pip
, source): piptorch.__config__.show()
:Additional context
I have 4 models in total with 4 respective optimizers. But by disabling them two of them, I found that the error was being caused by the GAN parts. I honestly have no idea what could be a problem here because I did implement manual optimization for WGANGP before and I had no memory issues.
Beta Was this translation helpful? Give feedback.
All reactions