ZhenZHAO / iMAS

[CVPR'23] Instance-specific and Model-adaptive Supervision for Semi-supervised Semantic Segmentation
https://arxiv.org/abs/2211.11335
36 stars 5 forks source link

Question about the batch size #9

Closed Hugo-cell111 closed 1 year ago

Hugo-cell111 commented 1 year ago

Hi! In iMAS the batch size is set as 16 + 16 = 32, while the batch size in most of the baseline works is set as 8 + 8 = 16. I wonder if it is a fair comparison since the segmentation task is sensitive to the bs?