🏄
This commit is contained in:
parent
7714196702
commit
b097bdd620
@ -32,7 +32,7 @@ node {
|
||||
flatten: true,
|
||||
target: 'src/'
|
||||
|
||||
sh 'cd src; python tf_train_sacred.py with epochs=$EPOCHS'
|
||||
sh "cd src; python tf_train_sacred.py with epochs=${params.EPOCHS}"
|
||||
archiveArtifacts artifacts: 'src/model.keras,src/experiments/**/*', followSymlinks: false
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user