Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Mixed Barlow Twins
|
| 2 |
[**Guarding Barlow Twins Against Overfitting with Mixed Samples**](https://arxiv.org/abs/2312.02151)<br>
|
| 3 |
|
|
@@ -172,4 +188,4 @@ If you feel our work is useful, please consider citing our work. Thanks!
|
|
| 172 |
```
|
| 173 |
|
| 174 |
## 7 License
|
| 175 |
-
This code is under MIT licence, you can find the complete file [here](https://github.com/wgcban/mix-bt/blob/main/LICENSE).
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- cifar10
|
| 5 |
+
- cifar100
|
| 6 |
+
- zh-plus/tiny-imagenet
|
| 7 |
+
- imagenet-1k
|
| 8 |
+
- jxie/stl10
|
| 9 |
+
language:
|
| 10 |
+
- en
|
| 11 |
+
metrics:
|
| 12 |
+
- accuracy
|
| 13 |
+
tags:
|
| 14 |
+
- self-supervised learning
|
| 15 |
+
- barlow-twins
|
| 16 |
+
---
|
| 17 |
# Mixed Barlow Twins
|
| 18 |
[**Guarding Barlow Twins Against Overfitting with Mixed Samples**](https://arxiv.org/abs/2312.02151)<br>
|
| 19 |
|
|
|
|
| 188 |
```
|
| 189 |
|
| 190 |
## 7 License
|
| 191 |
+
This code is under MIT licence, you can find the complete file [here](https://github.com/wgcban/mix-bt/blob/main/LICENSE).
|