mixmatch-pytorch
mixmatch-pytorch copied to clipboard
Pytorch Implementation of the paper MixMatch: A Holistic Approach to Semi-Supervised Learning (https://arxiv.org/pdf/1905.02249.pdf)
- Adding .gitignore file - Adding pytorchtools.py. This file contains some utils classes for pytorch training - Pipeline for training implemented. The generators normalize the images: divide by 255, zero...
When you try to use basic_generator to generate data, the first time is right, the shape is > (32, 32, 32, 3) > (32,) But when you generate data again,...
I also look forward to seeing the complete project!!!
Is there a complete code for the whole project on CIFAR10?