Skip to content

Commit a4b6259

Browse files
committed
Auto: Updated training logs, models, and ONNX
1 parent e302abd commit a4b6259

21 files changed

Lines changed: 37 additions & 37 deletions

docs/images/sample_01.png

-164 Bytes
Loading

docs/images/sample_02.png

445 Bytes
Loading

docs/images/sample_03.png

30 Bytes
Loading

docs/images/sample_04.png

95 Bytes
Loading

docs/images/sample_05.png

-168 Bytes
Loading

docs/images/test_accuracy.png

-163 Bytes
Loading

docs/images/train_accuracy.png

-4.43 KB
Loading

docs/images/train_loss.png

-161 Bytes
Loading

docs/mnist_model.onnx

0 Bytes
Binary file not shown.

docs/test_output.md

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

3-
- **Test Loss**: 0.2058
4-
- **Test Accuracy**: 0.9399
3+
- **Test Loss**: 0.2132
4+
- **Test Accuracy**: 0.9384
55

66
## Sample Predictions
77

88
| Image Index | True Label | Predicted Label |
99
|-------------|------------|------------------|
10-
| 4149 | 2 | 2 |
11-
| 2491 | 2 | 2 |
12-
| 167 | 5 | 5 |
13-
| 3126 | 1 | 1 |
14-
| 3634 | 0 | 0 |
10+
| 6797 | 2 | 2 |
11+
| 771 | 7 | 7 |
12+
| 9080 | 0 | 0 |
13+
| 7138 | 1 | 1 |
14+
| 6992 | 7 | 7 |
1515

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

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

0 commit comments

Comments
 (0)