self-supervised learning
File size: 562 Bytes
289ba84
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
license: apache-2.0
datasets:
- ILSVRC/imagenet-1k
metrics:
- accuracy
tags:
  - self-supervised learning
---

Official PyTorch converted weights of [SimCLRv1](https://arxiv.org/abs/2002.05709). Conversion script from [tonylins/simclr-converter](https://github.com/tonylins/simclr-converter)

```misc
@article{chen2020simple,
  title={A Simple Framework for Contrastive Learning of Visual Representations},
  author={Chen, Ting and Kornblith, Simon and Norouzi, Mohammad and Hinton, Geoffrey},
  journal={arXiv preprint arXiv:2002.05709},
  year={2020}
}
```