added loggers

This commit is contained in:
William Falcon
2020-01-21 14:07:53 -05:00
parent aae963a186
commit 37b0cd5bd2
-1
View File
@@ -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)