Skip to content

Commit db5b257

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

21 files changed

Lines changed: 39 additions & 39 deletions

docs/images/sample_01.png

-387 Bytes
Loading

docs/images/sample_02.png

251 Bytes
Loading

docs/images/sample_03.png

-18 Bytes
Loading

docs/images/sample_04.png

-767 Bytes
Loading

docs/images/sample_05.png

413 Bytes
Loading

docs/images/test_accuracy.png

124 Bytes
Loading

docs/images/train_accuracy.png

4.41 KB
Loading

docs/images/train_loss.png

-23 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.2140
4-
- **Test Accuracy**: 0.9391
3+
- **Test Loss**: 0.2190
4+
- **Test Accuracy**: 0.9378
55

66
## Sample Predictions
77

88
| Image Index | True Label | Predicted Label |
99
|-------------|------------|------------------|
10-
| 5571 | 5 | 5 |
11-
| 3240 | 9 | 3 |
12-
| 7284 | 5 | 5 |
13-
| 3838 | 7 | 1 |
14-
| 8462 | 4 | 4 |
10+
| 6735 | 8 | 8 |
11+
| 4046 | 4 | 4 |
12+
| 9453 | 4 | 4 |
13+
| 7025 | 9 | 9 |
14+
| 3903 | 0 | 0 |
1515

1616
### Sample Images
17-
![Sample 01](images/sample_01.png) True: 3, Pred: 3
18-
![Sample 02](images/sample_02.png) True: 6, Pred: 6
19-
![Sample 03](images/sample_03.png) True: 2, Pred: 2
20-
![Sample 04](images/sample_04.png) True: 6, Pred: 6
21-
![Sample 05](images/sample_05.png) True: 7, Pred: 7
17+
![Sample 01](images/sample_01.png) True: 2, Pred: 2
18+
![Sample 02](images/sample_02.png) True: 8, Pred: 8
19+
![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
2222

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

0 commit comments

Comments
 (0)