Add model card
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
library_name: pytorch
|
| 4 |
+
tags:
|
| 5 |
+
- cifar-10
|
| 6 |
+
- image-classification
|
| 7 |
+
- pytorch
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# PJ2_2026 CIFAR-10 Model Weights
|
| 11 |
+
|
| 12 |
+
This repository stores the final trained PyTorch checkpoint for Neural Network and Deep Learning Project 2.
|
| 13 |
+
|
| 14 |
+
- Code: https://github.com/kr0n03ta313/PJ2_2026
|
| 15 |
+
- Dataset: https://scidata.sjtu.edu.cn/records/p4t8m-rbe26
|
| 16 |
+
- Architecture: small ReLU CNN trained on CIFAR-10
|
| 17 |
+
- Final test accuracy: 70.61%
|
| 18 |
+
- Checkpoint file: `model.pt`
|
| 19 |
+
|
| 20 |
+
The checkpoint was trained and evaluated with the scripts in the GitHub repository above.
|