update dllib-mlflow.py, jenkinsfile_train-sacred
Some checks failed
s444356-evaluation/pipeline/head This commit looks good
s444356-training/pipeline/head There was a failure building this commit

This commit is contained in:
Maciej Czajka 2022-05-11 16:30:26 +02:00
parent 8e09f6cff8
commit 4f463535cb
2 changed files with 1 additions and 3 deletions

View File

@ -303,7 +303,7 @@ def my_main(epochs):
input_example = features_train_g
siganture = infer_signature(features_train_g, labels_train_g)
# mlflow.set_tracking_uri("http://172.17.0.1:5000")
mlflow.set_tracking_uri("http://172.17.0.1:5000")
# mlflow.set_tracking_uri("http://172.17.0.1:5000/#/")
tracking_url_type_store = urlparse(mlflow.get_tracking_uri()).scheme
# print(tracking_url_type_store)

View File

@ -23,8 +23,6 @@ pipeline {
sh 'ls mlruns'
archiveArtifacts artifacts: 'mlruns/**'
sh 'rm -r mlruns'
archiveArtifacts artifacts: 'my_model/**'
sh 'rm -r my_model'
}
}
}