libokj's picture
Upload 154 files
416833a
raw
history blame
347 Bytes
# https://mlflow.org
mlflow:
_target_: lightning.pytorch.loggers.mlflow.MLFlowLogger
# experiment_name: ""
# run_name: ""
tracking_uri: "file://${paths.output_dir}/mlflow/" # run `mlflow ui` command inside the `logs/mlflow/` dir to open the UI
tags: ${tags}
# save_dir: "./mlruns"
prefix: ""
artifact_location: null
# run_id: ""