Skip to content

Commit e302abd

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

21 files changed

Lines changed: 37 additions & 37 deletions

docs/images/sample_01.png

411 Bytes
Loading

docs/images/sample_02.png

-572 Bytes
Loading

docs/images/sample_03.png

-11 Bytes
Loading

docs/images/sample_04.png

537 Bytes
Loading

docs/images/sample_05.png

-265 Bytes
Loading

docs/images/test_accuracy.png

340 Bytes
Loading

docs/images/train_accuracy.png

-48 Bytes
Loading

docs/images/train_loss.png

261 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.2190
4-
- **Test Accuracy**: 0.9378
3+
- **Test Loss**: 0.2058
4+
- **Test Accuracy**: 0.9399
55

66
## Sample Predictions
77

88
| Image Index | True Label | Predicted Label |
99
|-------------|------------|------------------|
10-
| 6735 | 8 | 8 |
11-
| 4046 | 4 | 4 |
12-
| 9453 | 4 | 4 |
13-
| 7025 | 9 | 9 |
14-
| 3903 | 0 | 0 |
10+
| 4149 | 2 | 2 |
11+
| 2491 | 2 | 2 |
12+
| 167 | 5 | 5 |
13+
| 3126 | 1 | 1 |
14+
| 3634 | 0 | 0 |
1515

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

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

0 commit comments

Comments
 (0)