added Jenkinsfile for copying from registry
Some checks failed
s434742-training/pipeline/head There was a failure building this commit
s434742-evaluation/pipeline/head This commit looks good

This commit is contained in:
patrycjalazna 2021-05-24 00:27:26 +02:00
parent cda9bae636
commit a0d9a89c69
2 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ 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_tracking_uri("http://172.17.0.1:5000")
mlflow.set_experiment("s434742")
#mlflow.set_experiment("s434742")
client = MlflowClient()