HimankJ commited on
Commit
5960ae8
·
verified ·
1 Parent(s): 5fd75e7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -42,8 +42,8 @@ During training, the validation accuracy steadily increased, indicating that the
42
  ### Test Performance
43
  After training, the model's performance was evaluated on the test dataset. The test logs report the following metrics:
44
 
45
- - Test Accuracy: 80.83%
46
- - Test Loss: 0.846
47
  The test accuracy and loss are consistent with the validation metrics, indicating that the model generalizes well to unseen data. This performance demonstrates the effectiveness of the ResNet architecture for image classification tasks on the CIFAR-10 dataset.
48
 
49
  The model achieved competitive performance, achieving over 80% accuracy on both the validation and test sets. These results validate the effectiveness of the ResNet architecture and the training strategy employed in this project.
 
42
  ### Test Performance
43
  After training, the model's performance was evaluated on the test dataset. The test logs report the following metrics:
44
 
45
+ - Test Accuracy: **80.83%**
46
+ - Test Loss: **0.846**
47
  The test accuracy and loss are consistent with the validation metrics, indicating that the model generalizes well to unseen data. This performance demonstrates the effectiveness of the ResNet architecture for image classification tasks on the CIFAR-10 dataset.
48
 
49
  The model achieved competitive performance, achieving over 80% accuracy on both the validation and test sets. These results validate the effectiveness of the ResNet architecture and the training strategy employed in this project.