removed 1500 parameter epochs
Some checks failed
s444354-training/pipeline/head There was a failure building this commit

This commit is contained in:
Adrian Charkiewicz 2022-05-07 23:53:41 +02:00
parent 4ee64747f8
commit bea443eb78

View File

@ -14,7 +14,8 @@ stages {
stage('Copy') {
steps {
copyArtifacts projectName: 's444354-create-dataset'
sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER'
// sh 'python3 ./pytorch/pytorch.py $EPOCH_NUMBER'
sh 'python3 ./pytorch/pytorch.py'
}
}
stage('Archive') {