artifact of saved model
All checks were successful
s444354-training/pipeline/head This commit looks good
s444354-evaluation/pipeline/head This commit looks good

This commit is contained in:
Adrian Charkiewicz 2022-05-08 15:45:21 +02:00
parent e379116876
commit 9ce0127a72

View File

@ -23,6 +23,9 @@ stages {
archiveArtifacts artifacts: 'pytorch/result.txt',
allowEmptyArchive: true
dir('my_runs') {
archiveArtifacts artifacts: '**/**'
}
}
}