docs: add ssl tag
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ datasets:
|
|
| 4 |
- ILSVRC/imagenet-1k
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
Official PyTorch converted weights of [SimCLRv1](https://arxiv.org/abs/2002.05709). Conversion script from [tonylins/simclr-converter](https://github.com/tonylins/simclr-converter)
|
|
|
|
| 4 |
- ILSVRC/imagenet-1k
|
| 5 |
metrics:
|
| 6 |
- accuracy
|
| 7 |
+
tags:
|
| 8 |
+
- self-supervised learning
|
| 9 |
---
|
| 10 |
|
| 11 |
Official PyTorch converted weights of [SimCLRv1](https://arxiv.org/abs/2002.05709). Conversion script from [tonylins/simclr-converter](https://github.com/tonylins/simclr-converter)
|