This commit is contained in:
s434695 2021-05-24 00:30:08 +02:00
parent a024e32143
commit c212ffdb9c

View File

@ -14,10 +14,12 @@ from tensorflow.keras.models import Model
from tensorflow.keras.callbacks import EarlyStopping
from tensorflow.keras.models import Sequential
import mlflow
from mlflow.tracking import MlflowClient
mlflow.set_tracking_uri("http://172.17.0.1:5000")
mlflow.set_experiment("s434749")
client = MlflowClient()
def my_main(epochs, batch_size):