harsha163 commited on
Commit
4f2e4f7
1 Parent(s): 0e4c6ad

Update README.md

Browse files

Added the Model details. Need to add the example.

Files changed (1) hide show
  1. README.md +4 -2
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
- ## Training and evaluation data
20
 
21
- More information needed
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