保存模型:

torch.save(model, 'model.pth')

加载模型:

model = torch.load('model.pth')