Update README.md
Browse filesAdded the Model details. Need to add the example.
README.md
CHANGED
@@ -15,10 +15,12 @@ CutMix is a data Augmentation strategy where some portion of the training exampl
|
|
15 |
|
16 |
# CutMix augmented examples from CIFAR-10
|
17 |
|
|
|
|
|
18 |
|
19 |
-
##
|
20 |
|
21 |
-
|
22 |
|
23 |
## Training procedure
|
24 |
|
|
|
15 |
|
16 |
# CutMix augmented examples from CIFAR-10
|
17 |
|
18 |
+
Here are a few examples of augmented images.
|
19 |
+
![Model Image](./model.png)
|
20 |
|
21 |
+
## Model and Dataset used
|
22 |
|
23 |
+
The Data augmentation is applied to the CIFAR-10 Data set. The model used here is the Resnet-20 with Categorical Cross-Entropy loss.
|
24 |
|
25 |
## Training procedure
|
26 |
|