MixMatch-pytorch
MixMatch-pytorch copied to clipboard
Code for "MixMatch - A Holistic Approach to Semi-Supervised Learning"
Does the the accuracy in the table Results refer to "Best acc" or "Mean acc" in the code?
I want to use this novel SSL method on some NLP missions, but I am not sure would it will work or not. Have anybody tried this ?
In official code, bias term is enabled in Conv2D. but your code without using bias in Conv2D. The number of parameters of WideResNet in offical code:1469642 The number of parameters...
Thanks for your implementation. When I run the code you give, it just uses 1325MiB GPU. I want to accelerate the speed, so I change the hyper-parameters of batch_size=256or512(default 64)...
Thanks for your contribution. In the paper, the author did some ablation study. For verify the accuracy of your work, I repeat these configurations and get satisfying results. However, I...
On cifar10 with 4000 label, the accuracy is around 91%. This is the most common backbone for the semi-supervised learning