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
# Number of images per batch across all machines.
# If we have 16 GPUs and IMS_PER_BATCH = 32,
# each GPU will see 2 images per batch.
_C.SOLVER.IMS_PER_BATCH = 16
Hi @youngwanLEE
I was trying centermask2 on a different dataset other than COCO.
I use a single V100 GPU.
I put Batch size to 8 and remain MIN_SIZE_TRAIN unchanged.
The config file I used is
centermask_V_39_eSE_FPN_ms_3x.yaml
Yet I still got CUDA OOM error.
I couldn't see other factors that could leading to this OOM error.
Could you please give me some tips?
The text was updated successfully, but these errors were encountered: