microsoft / Semi-supervised-learning

A Unified Semi-Supervised Learning Codebase (NeurIPS'22)
https://usb.readthedocs.io
MIT License
1.33k stars 176 forks source link

configure the iteration count #230

Closed liyan0808 closed 4 weeks ago

liyan0808 commented 4 weeks ago

In the configuration of a class imbalance algorithm using the CIFAR-10 dataset, with an imbalance ratio of 100 between labeled and unlabeled data, where the head class has 500 labeled instances and 4000 unlabeled instances, why are the training iterations set to 262,144, the epochs to 256, and the batch size to 64? I look forward to your prompt reply.

Hhhhhhao commented 4 weeks ago

This is mainly followed the previous training protocols in class balanced settings.

liyan0808 commented 4 weeks ago

这主要遵循之前在课堂平衡设置中的训练方案。

Thank you for your prompt reply.