From d16ab27b857eb7c3477463630daad864743fc57d Mon Sep 17 00:00:00 2001 From: daavoo Date: Mon, 26 Feb 2024 09:44:07 +0100 Subject: [PATCH] Update MLflowVisBackend docstring --- mmengine/visualization/vis_backend.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mmengine/visualization/vis_backend.py b/mmengine/visualization/vis_backend.py index 9f5d37dde8..f74eab1fcd 100644 --- a/mmengine/visualization/vis_backend.py +++ b/mmengine/visualization/vis_backend.py @@ -669,6 +669,10 @@ class MLflowVisBackend(BaseVisBackend): will be added to the experiment. If it is None, which means all the config will be added. Defaults to None. `New in version 0.7.4.` + artifact_location (str, optional): The location to store run artifacts. + If None, the server picks an appropriate default. + Defaults to None. + `New in version 0.10.4.` """ def __init__(self,