diff --git a/ml_pytroch_sacred.py b/ml_pytroch_sacred.py index 415d37a..ffbc818 100644 --- a/ml_pytroch_sacred.py +++ b/ml_pytroch_sacred.py @@ -127,4 +127,5 @@ def my_main(epochs): input_, target = val_ds[i] file.write(str(predict_single(input_, target, model))) - torch.save(model, "Model_xPosition.pkl") \ No newline at end of file + torch.save(model, "Model_xPosition.pkl") + ex.add_artifact("Model_xPosition.pkl") \ No newline at end of file