Memory Leak problem.
Closed this issue · 2 comments
muncok commented
Hi,
I am using pytorch==1.10.0 and A100x8 or V100x8 and VLDet_LbaseCCcap_CLIP_R5021k_640b64_2x_ft4x_caption.yaml
config.
The GPU memory usage keeps on increasing after each iteration.
increasing speed is about 8~10 MB / iter.
As I figured out, the increment occurs at
Line 169 in c3b9bc5
and
Process is finally killed at
Do yu have any idea on this?
clin1223 commented
Hi,
Yes, I meet the same problem under the pytorch 1.10.0 CUDA 11.1. Just try pytorch 1.9.0. Thanks!
--Chuang
muncok commented
Hi,
Yes, I meet the same problem under the pytorch 1.10.0 CUDA 11.1. Just try pytorch 1.9.0. Thanks!
--Chuang
After downgrading to 1.9.0, the memory leak disappeared.
Thank you!