Skip to content

Pytorch Implementation of the paper MixMatch: A Holistic Approach to Semi-Supervised Learning (https://arxiv.org/pdf/1905.02249.pdf)

Notifications You must be signed in to change notification settings

gan3sh500/mixmatch-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

[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

About

Pytorch Implementation of the paper MixMatch: A Holistic Approach to Semi-Supervised Learning (https://arxiv.org/pdf/1905.02249.pdf)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published