kekmodel / FixMatch-pytorch

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

Have you tried SVHN dataset? #30

Closed fiona-lxd closed 2 years ago

kekmodel commented 3 years ago

Not yet. SVHN needs to change to RandAugment.

ylsung commented 3 years ago

Hi @kekmodel, do you know what have to be changed in RandAugment? In the official implementation, I only see they remove the HorizontalFlip for SVHN.

kekmodel commented 2 years ago

@

Hi @kekmodel, do you know what have to be changed in RandAugment? In the official implementation, I only see they remove the HorizontalFlip for SVHN.

Check out the paper's appendix c2.