aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorJordan Gong <jordan.gong@protonmail.com>2022-03-18 20:16:56 +0800
committerJordan Gong <jordan.gong@protonmail.com>2022-03-18 20:16:56 +0800
commit8ed106fd05007124dff421603e8afb93aa2bbdbc (patch)
treeb855ff396d3acc0551cff14738d849e32bb289ac /readme.md
parentb475ecfa28c603010f550b0a8ad9204a5840b65f (diff)
Implement multi-crop dataset wrapper
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 c309e9b..5124a25 100644
--- a/readme.md
+++ b/readme.md
@@ -3,7 +3,7 @@
- General
- [x] Random color distortion (from SimCLR)
- [x] Random Gaussian blur (from SimCLR)
- - [ ] Random multi-crop (from SwAV)
+ - [x] Random multi-crop (from SwAV)
- [ ] InfoNCE loss
- [ ] Momentum encoder
- [ ] Selective Kernel (SK) convolution layer (used in SimCLR v2)