update dllib-mlflow.py
Some checks failed
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-09 22:35:57 +02:00
parent 820a8663ec
commit 0a55ca544d

View File

@ -17,7 +17,7 @@ from sacred.observers import MongoObserver
# EPOCHS = int(sys.argv[1])
mlflow.set_tracking_uri("http://localhost:5000")
mlflow.set_tracking_uri("http://localhost:5000/#/")
mlflow.set_experiment("s444356")
class Model(nn.Module):