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:31:58 +02:00
parent c2a7fbbf25
commit 820a8663ec

View File

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