fix
This commit is contained in:
parent
84641091ce
commit
93a992d53d
@ -18,8 +18,7 @@ from mlflow.tracking import MlflowClient
|
||||
|
||||
|
||||
mlflow.set_tracking_uri("http://172.17.0.1:5000")
|
||||
mlflow.set_experiment("s434695")
|
||||
client = MlflowClient()
|
||||
|
||||
|
||||
def my_main(epochs, batch_size):
|
||||
|
||||
@ -60,6 +59,7 @@ def my_main(epochs, batch_size):
|
||||
epochs = int(sys.argv[1]) if len(sys.argv) > 1 else 15
|
||||
batch_size = int(sys.argv[2]) if len(sys.argv) > 2 else 16
|
||||
|
||||
mlflow.set_experiment("s434695")
|
||||
|
||||
with mlflow.start_run():
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user