add torch.save model
This commit is contained in:
parent
a955ecc7da
commit
8d5658d672
@ -156,4 +156,4 @@ with open("result.txt", "w+") as file:
|
||||
input_, target = val_ds[i]
|
||||
file.write(str(predict_single(input_, target, model)))
|
||||
|
||||
|
||||
torch.save(model, "Model_xPosition.pkl")
|
||||
|
Loading…
Reference in New Issue
Block a user