File size: 315 Bytes
d2e7940 ceb9ded d2e7940 |
1 2 3 4 5 6 7 8 9 10 11 |
# https://mlflow.org
mlflow:
_target_: pytorch_lightning.loggers.mlflow.MLFlowLogger
experiment_name: ${name}
tracking_uri: ${original_work_dir}/logs/mlflow/mlruns # run `mlflow ui` command inside the `logs/mlflow/` dir to open the UI
tags: null
save_dir: ./mlruns
prefix: ""
artifact_location: null
|