Add MNIST Digit Prediction/Inference (#22)

* Add Prediction to MNISTTrainer
This commit is contained in:
Rounak
2024-03-18 19:18:41 -07:00
committed by GitHub
parent 0588abec77
commit 9e18eaa479
4 changed files with 168 additions and 9 deletions

View File

@@ -14,7 +14,7 @@ possible.
You can also run the formatters manually as follows:
```
swift-format format --in-place --recursive Libraries Tools
swift-format format --in-place --recursive Libraries Tools Applications
```
or run `pre-commit run --all-files` to check all files in the repo.