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
{{ message }}
This repository was archived by the owner on Nov 21, 2023. It is now read-only.
Trained mask fpn rcnn (Resnet50) with 4 GPUs (11GB memory), it ran out of memory after a few iterations. The training went fine after reduce image scale size from 800x1333 to 600x1000.
What's the best way to reduce memory need without hurting accuracy? Reduce image size will reduce accuracy by ~1 percentage point. How about BATCH_SIZE_PER_IM? Currently it's set at 512, ok to set it to 256?