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

Is TissueMNIST the only dataset that uses a validation set? #134

Closed ppsmk388 closed 1 year ago

ppsmk388 commented 1 year ago

Thank you very much for your work, I would like to ask that is TissueMNIST the only dataset that uses a validation set?

Hhhhhhao commented 1 year ago

We do split a small part of training data as validation set when tuning the parameters. After deciding the parameters, the split validation set is put back into training.

If a dataset originally has a validation set, we use that for tuning and do not put them to training data.

caiolang commented 1 year ago

Hello @Hhhhhhao , thank you for your answer, could you point out where this is done in the code? Thank you!

github-actions[bot] commented 1 year ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

github-actions[bot] commented 1 year ago

This issue was closed because it has been stalled for 5 days with no activity.