Skip to content

Commit

Permalink
Updated MNISTModel to FastMNIST in workflow and check_model.py
Browse files Browse the repository at this point in the history
  • Loading branch information
shishir13 committed Dec 5, 2024
1 parent e8db2f6 commit 390365a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MNIST_99.4/check_model.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from models.model import MNISTModel
from models.model import FastMNIST
from utils import print_model_summary

model = MNISTModel()
model = FastMNIST()
print_model_summary(model)

0 comments on commit 390365a

Please sign in to comment.