kekmodel / FixMatch-pytorch

Unofficial PyTorch implementation of "FixMatch: Simplifying Semi-Supervised Learning with Consistency and Confidence"
MIT License
758 stars 170 forks source link

No Validation Set #43

Closed 07Agarg closed 2 years ago

07Agarg commented 3 years ago

Hi, For supervised and semi-supervised methods, it is generally advised to use a separate validation set. From the code, it looks like the best test set accuracy is reported.

Is there any specific reason that a separate validation set is not required.

kekmodel commented 2 years ago

I focused on reproducing the performance of the paper.