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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: