fix: JS_DL
This commit is contained in:
parent
8a76062a88
commit
e854e7076d
@ -12,15 +12,13 @@ pipeline {
|
||||
stage('Pobierz dane') {
|
||||
steps {
|
||||
script {
|
||||
// Skopiuj dane z poprzedniego projektu (s123456-create-dataset)
|
||||
copyArtifacts(projectName: 's123456-create-dataset', filter: '*.csv', target: 'data', fingerprintArtifacts: true)
|
||||
copyArtifacts(projectName: 's487187-create-dataset', filter: '*.csv', target: 'data', fingerprintArtifacts: true)
|
||||
}
|
||||
}
|
||||
}
|
||||
stage('Trenuj model') {
|
||||
steps {
|
||||
script {
|
||||
// Uruchom skrypt trenujący z parametrami
|
||||
sh 'python3 train.py ${params.TRAIN_PARAMS}'
|
||||
}
|
||||
}
|
||||
|
BIN
__pycache__/tensorflow.cpython-311.pyc
Normal file
BIN
__pycache__/tensorflow.cpython-311.pyc
Normal file
Binary file not shown.
BIN
olympics-124-years-datasettill-2020/Data.csv
Normal file
BIN
olympics-124-years-datasettill-2020/Data.csv
Normal file
Binary file not shown.
Can't render this file because it is too large.
|
Loading…
Reference in New Issue
Block a user