rm epoch
Some checks failed
444507-training/pipeline/head This commit looks good
s444507-evaluation/pipeline/head There was a failure building this commit

This commit is contained in:
Adam Wojdyla 2022-05-02 00:45:43 +02:00
parent 5b3e5fba11
commit d61b19dd4a

View File

@ -3,7 +3,6 @@ pipeline {
docker { image 's444507_create_dataset_image:latest' }
}
parameters {
string(name: 'epoch', defaultValue: '1000', description: 'Number of epochs to train model.')
buildSelector(defaultSelector: lastSuccessful(), description: 'Which build to use for copying artifacts', name: 'BUILD_SELECTOR')
gitParameter branchFilter: 'origin/(.*)', defaultValue: 'master', name: 'BRANCH', type: 'PT_BRANCH'