abdurafay19 commited on
Commit
541d601
·
verified ·
1 Parent(s): ddef3d5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ from model import Model # your model definition
91
 
92
  # Load model
93
  model = Model()
94
- model.load_state_dict(torch.load("mnist_best.pth"))
95
  model.eval()
96
 
97
  # Preprocess image
 
91
 
92
  # Load model
93
  model = Model()
94
+ model.load_state_dict(torch.load("model.pt"))
95
  model.eval()
96
 
97
  # Preprocess image