bl0 / mixmatch.pytorch

Unofficial pytorch implementation for "MixMatch: A Holistic Approach to Semi-Supervised Learning"

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MixMatch

This repo contains the unofficial pytorch implementation for the semi-supervised learning paper MixMatch: A Holistic Approach to Semi-Supervised Learning.

Requirements

Results

Tensorboard log on cifar10 dataset with 250 labeled data.

tensorboard log

Notes

Some codes is borrowed from https://github.com/google-research/mixmatch and https://github.com/YU1ut/MixMatch-pytorch.

About

Unofficial pytorch implementation for "MixMatch: A Holistic Approach to Semi-Supervised Learning"

License:MIT License


Languages

Language:Python 100.0%