Skip to content

Commit

Permalink
add log_model to MLFlowParams (#7258)
Browse files Browse the repository at this point in the history
Signed-off-by: Alireza Morsali <[email protected]>
  • Loading branch information
AlirezaMorsali authored Aug 23, 2023
1 parent 088df45 commit d091675
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nemo/utils/loggers/mlflow_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ class MLFlowParams:
artifact_location: Optional[str] = None
# provide run_id if resuming a previously started run
run_id: Optional[str] = None
# Log checkpoints created by ModelCheckpoint as MLFlow artifacts.
log_model: bool = False

0 comments on commit d091675

Please sign in to comment.