Skip to content

Commit

Permalink
Update MLflowVisBackend docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Feb 26, 2024
1 parent 2d99216 commit d16ab27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mmengine/visualization/vis_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d16ab27

Please sign in to comment.