removed 1500 parameter epochs
Some checks failed
s444354-training/pipeline/head There was a failure building this commit
Some checks failed
s444354-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
4ee64747f8
commit
bea443eb78
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user