Update README.md
Browse files
README.md
CHANGED
@@ -8,7 +8,7 @@ library_name: keras
|
|
8 |
|
9 |
## Model description
|
10 |
|
11 |
-
This repo contains the trained model Self-supervised contrastive learning with SimSiam on
|
12 |
Keras link: https://keras.io/examples/vision/simsiam/
|
13 |
|
14 |
Full credits to https://twitter.com/RisingSayak
|
@@ -19,7 +19,7 @@ The trained model can be used as a learned representation for downstream tasks l
|
|
19 |
|
20 |
## Training and evaluation data
|
21 |
|
22 |
-
|
23 |
|
24 |
Two particular augmentation transforms that seem to matter the most are:
|
25 |
- Random resized crops
|
|
|
8 |
|
9 |
## Model description
|
10 |
|
11 |
+
This repo contains the trained model Self-supervised contrastive learning with SimSiam on CIFAR-10 Dataset.
|
12 |
Keras link: https://keras.io/examples/vision/simsiam/
|
13 |
|
14 |
Full credits to https://twitter.com/RisingSayak
|
|
|
19 |
|
20 |
## Training and evaluation data
|
21 |
|
22 |
+
The dataset we are using here is called CIFAR-100. The CIFAR-10 dataset consists of 60000 32x32 color images in 10 classes, with 6000 images per class. There are 50000 training images and 10000 test images.
|
23 |
|
24 |
Two particular augmentation transforms that seem to matter the most are:
|
25 |
- Random resized crops
|