Jenkinsfile training script change
This commit is contained in:
parent
a4f8146f48
commit
622ff2f7c7
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user