Add tracking to MLFlow Models
This commit is contained in:
parent
858e9ec215
commit
4f5f887456
@ -13,7 +13,7 @@ default_epochs = 5
|
||||
|
||||
device = "cuda" if torch.cuda.is_available() else "cpu"
|
||||
|
||||
#mlflow.set_tracking_uri("http://172.17.0.1:5000")
|
||||
mlflow.set_tracking_uri("http://172.17.0.1:5000")
|
||||
mlflow.set_experiment("s444409")
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user