MLFlow ip fix
This commit is contained in:
parent
97bdf3be9b
commit
83a7308d1c
@ -12,7 +12,8 @@ from torch import nn
|
||||
from torch.utils import data as t_u_data
|
||||
|
||||
|
||||
mlflow.set_tracking_uri("http://localhost:5000")
|
||||
# mlflow.set_tracking_uri("http://localhost:5000")
|
||||
mlflow.set_tracking_uri("http://172.17.0.1:5000")
|
||||
mlflow.set_experiment("s478841")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user