Hannes Kuchelmeister
add mlflow ass logger
ceb9ded
raw
history blame
315 Bytes
# 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