Jenkinsfile training script change

This commit is contained in:
MatOgr 2022-05-11 19:22:11 +02:00
parent a4f8146f48
commit 622ff2f7c7

View File

@ -35,7 +35,7 @@ pipeline {
stage('Model training') {
steps {
sh "chmod +x -R ${env.WORKSPACE}"
sh 'python3 scripts/model.py -e $epochs $save_model'
sh 'python3 scripts/sacred_train.py -e $epochs -s $step $save_model'
}
}
stage('Archive artifacts') {