yulequan / UA-MT

code for MICCAI 2019 paper 'Uncertainty-aware Self-ensembling Model for Semi-supervised 3D Left Atrium Segmentation'.

Home Page:https://arxiv.org/abs/1907.07034

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why is the batch size of labeled data equal to the one of unlabeled data?

szhang963 opened this issue · comments

Whether can I set the batch size of unlabeled data 3 times the batch size of labeled data? What is different between them?Thank you for your answer !!!

You can change the batch size and the number of labeled data in each batch via the arguments "batch_size" and "labled_bs".