From bea443eb7854f60983d15487b349de2084abaebe Mon Sep 17 00:00:00 2001 From: Adrian Charkiewicz Date: Sat, 7 May 2022 23:53:41 +0200 Subject: [PATCH] removed 1500 parameter epochs --- Jenkinsfile3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile3 b/Jenkinsfile3 index 350b2ad..4009508 100644 --- a/Jenkinsfile3 +++ b/Jenkinsfile3 @@ -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') {