From 5804f0c3f0320022a2890e86ef1215beceff00a5 Mon Sep 17 00:00:00 2001 From: Maciej Czajka Date: Wed, 11 May 2022 16:33:02 +0200 Subject: [PATCH] update dllib-mlflow.py --- Biblioteka_DL/dllib-mlflow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Biblioteka_DL/dllib-mlflow.py b/Biblioteka_DL/dllib-mlflow.py index a4f4ee4..ff738e8 100644 --- a/Biblioteka_DL/dllib-mlflow.py +++ b/Biblioteka_DL/dllib-mlflow.py @@ -303,8 +303,8 @@ def my_main(epochs): input_example = features_train_g siganture = infer_signature(features_train_g, labels_train_g) - mlflow.set_tracking_uri("http://172.17.0.1:5000") - # mlflow.set_tracking_uri("http://172.17.0.1:5000/#/") + # mlflow.set_tracking_uri("http://172.17.0.1:5000") + mlflow.set_tracking_uri("http://172.17.0.1:5000/#/") tracking_url_type_store = urlparse(mlflow.get_tracking_uri()).scheme # print(tracking_url_type_store)