facebookresearch / unbiased-teacher

PyTorch code for ICLR 2021 paper Unbiased Teacher for Semi-Supervised Object Detection
https://arxiv.org/abs/2102.09480
MIT License
409 stars 84 forks source link

A little question about bs #54

Open merlinarer opened 2 years ago

merlinarer commented 2 years ago

I noticed that the batch size is 8 labeled images + 8 unlabeled for VOC dataset, and I am confused that whether these 16 images is for only one single GPU or total 8 GPUs ?