YU1ut / MixMatch-pytorch

Code for "MixMatch - A Holistic Approach to Semi-Supervised Learning"
MIT License
633 stars 129 forks source link

This implementation is NOT MixMatch but Mean Teacher #4

Closed fperdigon closed 5 years ago

fperdigon commented 5 years ago

The code that appears in https://github.com/YU1ut/MixMatch-pytorch/blob/master/train.py#L188 Is not MixMach but Mean Teacher This is confusing because the results you report in the README.md cannot be obtained with the Mean Teacher using 250 labels. Is this repository finished? Did you fill the results table with some numbers until you obtain the final values?

fperdigon commented 5 years ago

Sorry, I spoke too fast, the implementations seem correct