Zaktualizuj 'Jenkinsfile_train'

This commit is contained in:
Szymon Jadczak 2022-05-01 19:57:17 +02:00
parent 50f3849829
commit 9bdf7be638

View File

@ -4,7 +4,7 @@ pipeline {
}
parameters {
string(
defaultValue: '2',
defaultValue: '5',
description: 'learning iterations',
name: 'epoch'
)