r/MachineLearning - [P] MixMatch implementation in PyTorch

#artificialintelligence 

I made an implementation of MixMatch (paper) in PyTorch, thought I'd share for those who are interested. Works as an installable package which you can use to create a dataloader that implements the mixmatch algorithm, as well as construct the appropriate loss function. Feedback and comments are appreciated!