Skip to content

Commit

Permalink
Modify MNIST program to read existing onnx model
Browse files Browse the repository at this point in the history
  • Loading branch information
abrahamchan committed Jun 15, 2024
1 parent 7d29147 commit a4ec8af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FILE=model.onnx
if [ -f "$FILE" ]; then
echo "$FILE exists. Run ./clean.sh to retrain model."
else
Expand Down

0 comments on commit a4ec8af

Please sign in to comment.