Revert "Update Jenkinsfile and Dockerfile"

This reverts commit b31e100045.
This commit is contained in:
zgolebiewska 2024-05-26 13:59:10 +02:00
parent 8eae5ceb6f
commit 2dc8d9e218

2
Jenkinsfile vendored
View File

@ -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'
)