Longtail_DA icon indicating copy to clipboard operation
Longtail_DA copied to clipboard

GPU memory issue when using ResNet50 and ResNet152

Open changliu816 opened this issue 4 years ago • 0 comments

Hi Jamal,

Thanks for sharing the code. It is very impressive!

I have some gpu memory issues when using deep resnet architecture. I used a single GPU with 24GB memory with batch size = 32. When I wrote the ResNet 50 (Metamodule version) and trained on it, it caused running out of memory issues.

I think it is probably that I wrote ResNet 50 in the wrong way or other possible reasons you might help me name it. Would you mind also sharing your ResNet50 and ResNet152 in MetaModule version at resnet.py?

Best, Chang

changliu816 avatar Feb 19 '21 14:02 changliu816