Add parameters to training.py

This commit is contained in:
s487179 2023-06-11 12:44:06 +02:00
parent 4208581057
commit 16bcbbc5c8

3
ML/Jenkinsfile vendored
View File

@ -5,14 +5,13 @@ pipeline {
name: 'BUILD_SELECTOR',
defaultSelector: lastSuccessful(),
description: 'A build to take the artifacts from'
)
),
string(
name: 'EPOCHS',
description: 'Number of epochs',
defaultValue: '10'
)
}
}
stages {
stage('Copy artifacts') {
steps {