fix
All checks were successful
s444452-training/pipeline/head This commit looks good
s444452-evaluation/pipeline/head This commit looks good

This commit is contained in:
AdamOsiowy123 2022-05-04 23:17:25 +02:00
parent e2ce30dd02
commit 673c7b33e0

View File

@ -20,7 +20,6 @@ node {
}
stage('Run script') {
withEnv(["TRAIN_PARAMS=${params.TRAIN_PARAMS}"]) {
sh "rm model/neural_net"
sh "python3 Scripts/train_neural_network.py $TRAIN_PARAMS"
}
}