Skip to content
Snippets Groups Projects
Commit cf7ca43e authored by Gokhan OZBULAK's avatar Gokhan OZBULAK
Browse files

Delete temp model file after it's done #60.

parent cd70b2b3
No related branches found
No related tags found
No related merge requests found
Pipeline #86367 failed
......@@ -181,3 +181,5 @@ def upload(
mlflow.log_artifact(evaluation_file)
mlflow.log_artifact(evaluation_meta_file)
mlflow.log_artifact(evaluation_log_file)
# delete temporary file as no need it after logging.
train_model_temp_file.unlink()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment