From 2dc8d9e218ce8bb91e5811f7a7eb8e6a848873f5 Mon Sep 17 00:00:00 2001 From: zgolebiewska Date: Sun, 26 May 2024 13:59:10 +0200 Subject: [PATCH] Revert "Update Jenkinsfile and Dockerfile" This reverts commit b31e10004542558b2e746211ca73dbb1f21ab3dd. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 39547db..9297eff 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -9,7 +9,7 @@ pipeline { name: 'CUTOFF', description: 'Liczba wierszy do obcięcia ze zbioru danych') string( - defaultValue: '--epochs 100 --batch_size 32 --learning_rate 0.01', + defaultValue: '', name: 'TRAINING_PARAMS', description: 'Parametry trenowania' )