typo2
All checks were successful
s444507-evaluation/pipeline/head This commit looks good
444507-training/pipeline/head This commit looks good

This commit is contained in:
Adam Wojdyla 2022-05-16 01:41:58 +02:00
parent a5dd13676b
commit 1c2aea10ca

View File

@ -13,7 +13,7 @@ pipeline {
}
stage('Train model with sacred') {
steps {
sh "python3 lab08_deepLearining_mlflow.py $epochs"
sh "python3 lab08_deepLearining_mlflow.py $epoch"
}
}
}