diff options
author | Jordan Gong <jordan.gong@protonmail.com> | 2022-07-14 18:27:39 +0800 |
---|---|---|
committer | Jordan Gong <jordan.gong@protonmail.com> | 2022-07-14 18:27:39 +0800 |
commit | 3dbe134676402d54659b795a971175cb0921dada (patch) | |
tree | 7c295efacdb20a71a4e7b91da10026300e62e980 /readme.md | |
parent | cf14b84aa81c1996cf29a4fdb2b3a00fe546c388 (diff) |
Add SimCLR
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ - [x] ImageNet-1k - Self-supervised baseline - - [ ] SimCLR (contrastive, ResNet) + - [x] SimCLR (contrastive, ResNet) - [ ] MoCo v2 (contrastive, ResNet) - [ ] MoCo v3 (contrastive, ViT) - [ ] BYOL (non-contrastive, ResNet) |