Skip to content

Commit

Permalink
replaced warning with error log
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Feb 27, 2024
1 parent 6080f73 commit 69bd044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxonis_train/callbacks/export_on_train_end.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def on_train_end(self, trainer: pl.Trainer, pl_module: pl.LightningModule) -> No
new_upload_url = f"mlflow://{tracker.project_id}/{tracker.run_id}"
cfg.exporter.upload_url = new_upload_url
else:
logger.warning(
logger.error(
"`upload_to_mlflow` is set to True, "
"but there is no MLFlow active run, skipping."
)
Expand Down

0 comments on commit 69bd044

Please sign in to comment.