Skip to content

Commit b88ea60

Browse files
authored
Create README.md
1 parent 7c818c5 commit b88ea60

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## MixMatch: A Holistic Approach to Semi-Supervised Learning
2+
A Pytorch Implementation of the paper MixMatch: A Holistic Approach to Semi-Supervised Learning [[paper](https://arxiv.org/pdf/1905.02249.pdf)].
3+
## TO-DO
4+
* Add training code for CIFAR10 with WideResnet28 from [here](https://github.com/meliketoy/wide-resnet.pytorch/blob/master/networks/wide_resnet.py).
5+
6+
## Dependancies
7+
```
8+
pip install <pytorch-latest.whl url>
9+
```
10+
11+
To use this layer:
12+
```
13+
from layer import mixmatch, MixMatchLoss
14+
```

0 commit comments

Comments
 (0)