Closed Yuxin-CV closed 4 years ago
Hi~ Is batchsize_per_GPU = 2 enough for CondInst? I found the default norm type of the mask_branch is batchnorm, which is same as BlendMask, but for BlendMask, the batchsize_per_GPU = 4.
batchsize_per_GPU = 2
mask_branch
batchsize_per_GPU = 4
@Yuxin-CV 2 images per GPU are enough.
Thanks for your reply.
Hi~ Is
batchsize_per_GPU = 2
enough for CondInst? I found the default norm type of themask_branch
is batchnorm, which is same as BlendMask, but for BlendMask, thebatchsize_per_GPU = 4
.