sacred fix 4
This commit is contained in:
parent
51cdfe1c2b
commit
44eb4dacff
2
training/Jenkinsfile
vendored
2
training/Jenkinsfile
vendored
@ -47,7 +47,7 @@ pipeline {
|
|||||||
steps {
|
steps {
|
||||||
sh "chmod +x ./train_sacred.py"
|
sh "chmod +x ./train_sacred.py"
|
||||||
sh "python ./train_sacred.py --epochs ${params.EPOCHS}"
|
sh "python ./train_sacred.py --epochs ${params.EPOCHS}"
|
||||||
archiveArtifacts artifacts: 'experiments', onlyIfSuccessful: true
|
archiveArtifacts artifacts: 'experiments/**', onlyIfSuccessful: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
stage('Run training'){
|
stage('Run training'){
|
||||||
|
Loading…
Reference in New Issue
Block a user