From 37b0cd5bd22dae4300d3f4de9210cd10a1eb9d25 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 16 Jan 2020 17:24:41 -0500 Subject: [PATCH] added loggers --- pytorch_lightning/logging/mlflow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytorch_lightning/logging/mlflow.py b/pytorch_lightning/logging/mlflow.py index bf04917c..50f4843e 100644 --- a/pytorch_lightning/logging/mlflow.py +++ b/pytorch_lightning/logging/mlflow.py @@ -47,7 +47,6 @@ class MLFlowLogger(LightningLoggerBase): experiment_name (str): The name of the experiment tracking_uri (str): where this should track tags (dict): todo this param - """ super().__init__() self._mlflow_client = mlflow.tracking.MlflowClient(tracking_uri)