We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a66e28 commit c1cdec1Copy full SHA for c1cdec1
catalyst/loggers/mlflow.py
@@ -278,7 +278,7 @@ def log_artifact(
278
loader_sample_step: int = 0,
279
) -> None:
280
"""Logs a local file or directory as an artifact to the logger."""
281
- mlflow.log_artifact(artifact, path_to_artifact)
+ mlflow.log_artifact(path_to_artifact)
282
283
def close_log(self, scope: str = None) -> None:
284
"""End an active MLflow run."""
0 commit comments