aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2022-07-14 18:27:39 +0800
committerJordan Gong <jordan.gong@protonmail.com>2022-07-14 18:27:39 +0800
commit3dbe134676402d54659b795a971175cb0921dada (patch)
tree7c295efacdb20a71a4e7b91da10026300e62e980 /readme.md
parentcf14b84aa81c1996cf29a4fdb2b3a00fe546c388 (diff)
Add SimCLR
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 2d5bb74..9f75c8f 100644
--- a/readme.md
+++ b/readme.md
@@ -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)