From b786b7176d03192b2fae04eb29322f5521245cb0 Mon Sep 17 00:00:00 2001 From: AdamOsiowy123 Date: Sun, 8 May 2022 13:57:52 +0200 Subject: [PATCH] fix paramteres --- Jenkins/Jenkinsfile.evaluation | 4 ++-- Jenkins/Jenkinsfile.training | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkins/Jenkinsfile.evaluation b/Jenkins/Jenkinsfile.evaluation index 84b540d..1f97d26 100644 --- a/Jenkins/Jenkinsfile.evaluation +++ b/Jenkins/Jenkinsfile.evaluation @@ -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' ) diff --git a/Jenkins/Jenkinsfile.training b/Jenkins/Jenkinsfile.training index 7b9ee3a..32f870f 100644 --- a/Jenkins/Jenkinsfile.training +++ b/Jenkins/Jenkinsfile.training @@ -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' )