| --- |
| 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} |
| } |
| ``` |