fix paramteres
This commit is contained in:
parent
27bc7ffd90
commit
b786b7176d
@ -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'
|
||||
)
|
||||
|
@ -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'
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user