test
All checks were successful
s444452-training/pipeline/head This commit looks good

This commit is contained in:
AdamOsiowy123 2022-05-04 20:46:50 +02:00
parent c5565d64fd
commit 4e75ac4554
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ node {
name: 'BUILD_SELECTOR'
),
string(
defaultValue: ".,14000,1,50,100",
defaultValue: ".,14100,3,50,100",
description: 'Test params: data_path,num_words,epochs,batch_size,pad_length',
name: 'TEST_PARAMS'
),

View File

@ -7,7 +7,7 @@ node {
pipelineTriggers([upstream(threshold: hudson.model.Result.SUCCESS, upstreamProjects: "s444452-create-dataset")]),
parameters([
string(
defaultValue: ".,14000,1,50,100",
defaultValue: ".,14100,3,50,100",
description: 'Train params: data_path,num_words,epochs,batch_size,pad_length',
name: 'TRAIN_PARAMS'
)