fix paramteres
All checks were successful
s444452-training/pipeline/head This commit looks good
s444452-evaluation/pipeline/head This commit looks good

This commit is contained in:
AdamOsiowy123 2022-05-08 13:57:52 +02:00
parent 27bc7ffd90
commit b786b7176d
2 changed files with 4 additions and 4 deletions

View File

@ -38,12 +38,12 @@ node {
name: 'NUM_WORDS'
),
string(
defaultValue: "1000",
defaultValue: "150",
description: 'Batch size',
name: 'BATCH_SIZE'
),
string(
defaultValue: "2000",
defaultValue: "300",
description: 'Pad length',
name: 'PAD_LENGTH'
)

View File

@ -22,12 +22,12 @@ node {
name: 'NUM_WORDS'
),
string(
defaultValue: "1000",
defaultValue: "150",
description: 'Batch size',
name: 'BATCH_SIZE'
),
string(
defaultValue: "2000",
defaultValue: "300",
description: 'Pad length',
name: 'PAD_LENGTH'
)