We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 964ace6 commit a4158bcCopy full SHA for a4158bc
src/lightning/pytorch/loggers/mlflow.py
@@ -114,7 +114,7 @@ def any_lightning_module_function_or_hook(self):
114
back to `file:<save_dir>`.
115
tags: A dictionary tags for the experiment.
116
save_dir: A path to a local directory where the MLflow runs get saved.
117
- Defaults to `./mlflow` if `tracking_uri` is not provided.
+ Defaults to `./mlruns` if `tracking_uri` is not provided.
118
Has no effect if `tracking_uri` is provided.
119
log_model: Log checkpoints created by :class:`~lightning.pytorch.callbacks.model_checkpoint.ModelCheckpoint`
120
as MLFlow artifacts.
0 commit comments