Juartaurus's picture
Upload folder using huggingface_hub
1865436
raw
history blame
293 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
prefix: ""
artifact_location: null