MixMatch paper at ICLR 2019

The MixMatch paper looks super interesting for semi-supervised learning: https://arxiv.org/pdf/1905.02249.pdf

Hoping they release the code soon, although I guess it would be a Tensorflow implementation as the authors are all from Google.

“Reduces error rate by up to 4x on CIFAR10”: https://twitter.com/D_Berthelot_ML/status/1125996671664451584

2 Likes

The code would be a very nice thing to have :smiley:

1 Like

The code is up.

2 Likes

The unofficial implementation of MixMatch in PyTorch: https://github.com/gan3sh500/mixmatch-pytorch

1 Like