HiLab-git / SSL4MIS

Semi Supervised Learning for Medical Image Segmentation, a collection of literature reviews and code implementations.
MIT License
2.13k stars 381 forks source link

About the implementation of sampler in CPS #93

Open Yuyu-Liu11037 opened 9 months ago

Yuyu-Liu11037 commented 9 months ago

Hello. Apologies for the confusion caused by the keyboard issue earlier.

Thank you for your excellent work. In the implementation of the TwoStreamBatchSampler(Sampler) class, you mentioned, "An 'epoch' is one iteration through the primary indices. During the epoch, the secondary indices are iterated through as many times as needed."

However, the original paper's implementation involves a complete traversal of the unlabeled data once. Does this mean that the code implementation deviates from the original paper?