Update Jenkinsfile and Dockerfile

This commit is contained in:
zgolebiewska 2024-05-26 12:54:28 +02:00
parent 5a4b79b5d5
commit b31e100045

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
name: 'CUTOFF',
description: 'Liczba wierszy do obcięcia ze zbioru danych')
string(
defaultValue: '',
defaultValue: '--epochs 100 --batch_size 32 --learning_rate 0.01',
name: 'TRAINING_PARAMS',
description: 'Parametry trenowania'
)