Update README.md
Browse files
README.md
CHANGED
@@ -4,15 +4,19 @@ library_name: keras
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
-
|
|
|
8 |
|
9 |
## Intended uses & limitations
|
|
|
10 |
|
11 |
-
More information needed
|
12 |
|
13 |
## Training and evaluation data
|
14 |
|
15 |
-
|
|
|
|
|
|
|
16 |
|
17 |
## Training procedure
|
18 |
|
|
|
4 |
|
5 |
## Model description
|
6 |
|
7 |
+
This repo contains the trained model Self-supervised contrastive learning with SimSiam on Cifar 10 Dataset.
|
8 |
+
Keras link: https://keras.io/examples/vision/simsiam/
|
9 |
|
10 |
## Intended uses & limitations
|
11 |
+
The trained model can be used as a learned representation for downstream tasks like image classification.
|
12 |
|
|
|
13 |
|
14 |
## Training and evaluation data
|
15 |
|
16 |
+
Original Cifar 10 train & test dataset were loaded from tensorflow datasets.
|
17 |
+
Two particular augmentation transforms that seem to matter the most are:
|
18 |
+
1.) Random resized crops
|
19 |
+
2.) Color distortions
|
20 |
|
21 |
## Training procedure
|
22 |
|