Files
Matcha-TTS/configs/logger/mlflow.yaml
Shivam Mehta f016784049 Initial commit
2023-09-16 17:51:36 +00:00

13 lines
339 B
YAML

# https://mlflow.org
mlflow:
_target_: lightning.pytorch.loggers.mlflow.MLFlowLogger
# experiment_name: ""
# run_name: ""
tracking_uri: ${paths.log_dir}/mlflow/mlruns # run `mlflow ui` command inside the `logs/mlflow/` dir to open the UI
tags: null
# save_dir: "./mlruns"
prefix: ""
artifact_location: null
# run_id: ""