fix paramteres
This commit is contained in:
parent
27bc7ffd90
commit
b786b7176d
@ -38,12 +38,12 @@ node {
|
|||||||
name: 'NUM_WORDS'
|
name: 'NUM_WORDS'
|
||||||
),
|
),
|
||||||
string(
|
string(
|
||||||
defaultValue: "1000",
|
defaultValue: "150",
|
||||||
description: 'Batch size',
|
description: 'Batch size',
|
||||||
name: 'BATCH_SIZE'
|
name: 'BATCH_SIZE'
|
||||||
),
|
),
|
||||||
string(
|
string(
|
||||||
defaultValue: "2000",
|
defaultValue: "300",
|
||||||
description: 'Pad length',
|
description: 'Pad length',
|
||||||
name: 'PAD_LENGTH'
|
name: 'PAD_LENGTH'
|
||||||
)
|
)
|
||||||
|
@ -22,12 +22,12 @@ node {
|
|||||||
name: 'NUM_WORDS'
|
name: 'NUM_WORDS'
|
||||||
),
|
),
|
||||||
string(
|
string(
|
||||||
defaultValue: "1000",
|
defaultValue: "150",
|
||||||
description: 'Batch size',
|
description: 'Batch size',
|
||||||
name: 'BATCH_SIZE'
|
name: 'BATCH_SIZE'
|
||||||
),
|
),
|
||||||
string(
|
string(
|
||||||
defaultValue: "2000",
|
defaultValue: "300",
|
||||||
description: 'Pad length',
|
description: 'Pad length',
|
||||||
name: 'PAD_LENGTH'
|
name: 'PAD_LENGTH'
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user