dschandra commited on
Commit
5715641
·
verified ·
1 Parent(s): f27cf49

Update mnist_model.pth

Browse files
Files changed (1) hide show
  1. mnist_model.pth +2 -0
mnist_model.pth CHANGED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Save the trained model state dictionary
2
+ torch.save(model.state_dict(), 'mnist_model.pth')