dschandra commited on
Commit
2b6f86c
·
verified ·
1 Parent(s): 1276556

Update mnist_model.pth

Browse files
Files changed (1) hide show
  1. mnist_model.pth +4 -1
mnist_model.pth CHANGED
@@ -1,2 +1,5 @@
1
- # Save the trained model state dictionary
 
 
 
2
  torch.save(model.state_dict(), 'mnist_model.pth')
 
1
+ # train_model.py
2
+ import torch
3
+
4
+ # Assuming `model` is your trained model
5
  torch.save(model.state_dict(), 'mnist_model.pth')