harsha163 commited on
Commit
f340215
1 Parent(s): f285074

Update README.md

Browse files

added details about the metrics

Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -31,7 +31,9 @@ The following hyperparameters were used during training:
31
  - training_precision: float32
32
 
33
  ## Training Metrics
34
- Model history needed
 
 
35
  ## Model Plot
36
 
37
  <details>
 
31
  - training_precision: float32
32
 
33
  ## Training Metrics
34
+ After 20 Epocs, the accuracy of the model trained on the CutMix augmented data is 79.61%, while the accuracy of the model trained on the original data is 75.62%. I also found that the training on the original data was slightly faster.
35
+
36
+
37
  ## Model Plot
38
 
39
  <details>