handwritting / mnist_model.pth
dschandra's picture
Update mnist_model.pth
2b6f86c verified
raw
history blame contribute delete
122 Bytes
# train_model.py
import torch
# Assuming `model` is your trained model
torch.save(model.state_dict(), 'mnist_model.pth')