Unverified Commit 8e28c327 authored by Harutaka Kawamura's avatar Harutaka Kawamura Committed by GitHub
Browse files

Fix assertion error message for MLflowCallback (#8091)

parent 3220f21f
......@@ -432,7 +432,7 @@ class MLflowCallback(TrainerCallback):
MAX_LOG_SIZE = 100
def __init__(self):
assert _has_mlflow, "MLflow requires mlflow to be installed. Run `pip install mlflow`."
assert _has_mlflow, "MLflowCallback requires mlflow to be installed. Run `pip install mlflow`."
self._initialized = False
self._log_artifacts = False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment