yolac commited on
Commit
bf052f3
·
verified ·
1 Parent(s): d1da135

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -82,9 +82,9 @@ All images were resized to 224x224 and normalized by dividing pixel values by 25
82
 
83
  #### Training Hyperparameters
84
 
85
- **Epochs:** Up to 50 (early stopping applied)
86
- **Batch size:** 32
87
- **Dropout:** 0.5 on dense layers
88
 
89
  ## Evaluation
90
 
 
82
 
83
  #### Training Hyperparameters
84
 
85
+ * Epochs: Up to 50 (early stopping applied)
86
+ * Batch size: 32
87
+ * Dropout: 0.5 on dense layers
88
 
89
  ## Evaluation
90