Add parameters to training.py
This commit is contained in:
parent
16bcbbc5c8
commit
1c573e7a01
2
ML/Jenkinsfile
vendored
2
ML/Jenkinsfile
vendored
@ -5,7 +5,7 @@ pipeline {
|
|||||||
name: 'BUILD_SELECTOR',
|
name: 'BUILD_SELECTOR',
|
||||||
defaultSelector: lastSuccessful(),
|
defaultSelector: lastSuccessful(),
|
||||||
description: 'A build to take the artifacts from'
|
description: 'A build to take the artifacts from'
|
||||||
),
|
)
|
||||||
string(
|
string(
|
||||||
name: 'EPOCHS',
|
name: 'EPOCHS',
|
||||||
description: 'Number of epochs',
|
description: 'Number of epochs',
|
||||||
|
Loading…
Reference in New Issue
Block a user