mixmatch-pytorch
mixmatch-pytorch copied to clipboard
Pytorch Implementation of the paper MixMatch: A Holistic Approach to Semi-Supervised Learning (https://arxiv.org/pdf/1905.02249.pdf)
[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