This commit is contained in:
Robert Bendun 2023-05-15 03:54:56 +02:00
parent 7714196702
commit b097bdd620

View File

@ -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
}
}