This commit is contained in:
s434695 2021-05-24 00:36:16 +02:00
parent c212ffdb9c
commit 5a6d4f832d

View File

@ -18,7 +18,7 @@ from mlflow.tracking import MlflowClient
mlflow.set_tracking_uri("http://172.17.0.1:5000")
mlflow.set_experiment("s434749")
mlflow.set_experiment("s434695")
client = MlflowClient()
def my_main(epochs, batch_size):