Mix Match CIFAR10 on PyTorch

Last modified: 26 November 2023

This repository showcases using PyTorch to implement MixMatch on the CIFAR10 dataset. Much of the original implementation is based on YU1ut/MixMatch-pytorch however, we've refactored the code to follow more modern PyTorch practices.