fix
s444452-training/pipeline/head This commit looks good Details
s444452-evaluation/pipeline/head This commit looks good Details

This commit is contained in:
AdamOsiowy123 2022-05-04 23:14:35 +02:00
parent 1a51256e4d
commit cd1eb59b3f
1 changed files with 0 additions and 1 deletions

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"
}
}