sacred fix 3
Some checks failed
s464980-training/pipeline/head There was a failure building this commit
Some checks failed
s464980-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
030217be1d
commit
51cdfe1c2b
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