Skip to content

Commit c3f8203

Browse files
committed
Auto: Updated training logs, models, and ONNX
1 parent 24d9b04 commit c3f8203

21 files changed

Lines changed: 39 additions & 39 deletions

docs/images/sample_01.png

-4 Bytes
Loading

docs/images/sample_02.png

47 Bytes
Loading

docs/images/sample_03.png

146 Bytes
Loading

docs/images/sample_04.png

253 Bytes
Loading

docs/images/sample_05.png

-111 Bytes
Loading

docs/images/test_accuracy.png

-703 Bytes
Loading

docs/images/train_accuracy.png

6.57 KB
Loading

docs/images/train_loss.png

15 Bytes
Loading

docs/mnist_model.onnx

0 Bytes
Binary file not shown.

docs/test_output.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# Test Results
22

3-
- **Test Loss**: 0.2172
4-
- **Test Accuracy**: 0.9381
3+
- **Test Loss**: 0.2042
4+
- **Test Accuracy**: 0.9415
55

66
## Sample Predictions
77

88
| Image Index | True Label | Predicted Label |
99
|-------------|------------|------------------|
10-
| 3783 | 9 | 9 |
11-
| 6780 | 4 | 4 |
12-
| 7305 | 6 | 6 |
13-
| 2226 | 0 | 0 |
14-
| 3096 | 4 | 4 |
10+
| 7605 | 7 | 7 |
11+
| 6547 | 4 | 4 |
12+
| 6863 | 3 | 3 |
13+
| 7185 | 3 | 3 |
14+
| 3551 | 4 | 4 |
1515

1616
### Sample Images
17-
![Sample 01](images/sample_01.png) True: 8, Pred: 8
18-
![Sample 02](images/sample_02.png) True: 9, Pred: 9
19-
![Sample 03](images/sample_03.png) True: 9, Pred: 9
20-
![Sample 04](images/sample_04.png) True: 4, Pred: 4
21-
![Sample 05](images/sample_05.png) True: 3, Pred: 3
17+
![Sample 01](images/sample_01.png) True: 0, Pred: 0
18+
![Sample 02](images/sample_02.png) True: 0, Pred: 0
19+
![Sample 03](images/sample_03.png) True: 3, Pred: 3
20+
![Sample 04](images/sample_04.png) True: 8, Pred: 8
21+
![Sample 05](images/sample_05.png) True: 2, Pred: 2
2222

2323
## Test Accuracy Visual
2424
![Test Accuracy](images/test_accuracy.png)

0 commit comments

Comments
 (0)