Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 589 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 589 Bytes

[WIP] MixMatch: A Holistic Approach to Semi-Supervised Learning

A Pytorch Implementation of the paper MixMatch: A Holistic Approach to Semi-Supervised Learning [paper]. Till it is no longer a WIP check notebook for latest code.

TO-DO

  • Train on CIFAR10 data.
  • Add training code for CIFAR10 with WideResnet28 from here.

Dependencies

pip install <pytorch-latest.whl url>

To use this layer:

from layer import mixmatch, MixMatchLoss