Jezia commited on
Commit
e4c50f5
1 Parent(s): 0e823a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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 Cifar 10 Dataset.
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
- Original Cifar 10 train & test dataset were loaded from tensorflow datasets.
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