Change training model params
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
Some checks failed
s434704-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
85b20518a4
commit
bf458664b0
@ -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') {
|
||||||
|
Loading…
Reference in New Issue
Block a user