Merge branch 'master' of https://git.wmi.amu.edu.pl/s444018/ium_444018
Some checks failed
s444018-training/pipeline/head There was a failure building this commit

This commit is contained in:
Szymon Parafiński 2022-05-08 23:43:08 +02:00
commit 4cf9f97c65

View File

@ -17,7 +17,6 @@ pipeline {
copyArtifacts filter: '*', projectName: 's444018-create-dataset' copyArtifacts filter: '*', projectName: 's444018-create-dataset'
sh 'python3 ./biblioteka_DL/dllib.py $EPOCHS' sh 'python3 ./biblioteka_DL/dllib.py $EPOCHS'
archiveArtifacts artifacts: 'model.pkl', followSymlinks: false archiveArtifacts artifacts: 'model.pkl', followSymlinks: false
build job: 's444018-evaluation/master/'
} }
} }
} }