Update README.md
Browse files
README.md
CHANGED
@@ -1 +1,9 @@
|
|
1 |
# ssl-checkpoints
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# ssl-checkpoints
|
2 |
+
|
3 |
+
The code to load the checkpoints to follow...
|
4 |
+
The repository is organised as follows:
|
5 |
+
|
6 |
+
- Each folder corresponds to the data set used for our experiment.
|
7 |
+
- Each subfolder represents the corresponding SSL technique used.
|
8 |
+
- These subfolders contain the checkpoints for each transformation/pretext task considered. The five checkpoint files correspond to
|
9 |
+
the transformation Baseline, SimClr, Orthogonality, LoRot and DCL, respectively, described in the blog.
|