Change training model params
Some checks failed
s434704-training/pipeline/head There was a failure building this commit

This commit is contained in:
Wojciech Jarmosz 2021-05-15 03:07:46 +02:00
parent 85b20518a4
commit bf458664b0

View File

@ -16,7 +16,7 @@ pipeline {
} }
stage("Run training"){ stage("Run training"){
steps { steps {
sh "python3 training.py ${params.verbose}" ${params.epochs}" sh "python3 training.py ${params.verbose} ${params.epochs}"
} }
} }
stage('Save trained model files') { stage('Save trained model files') {