change path
Some checks failed
s444417-training/pipeline/head There was a failure building this commit

This commit is contained in:
s444417 2022-05-03 14:45:21 +02:00
parent 6007c252a8
commit 961b01b272
2 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,7 @@ pipeline {
stage('archive model') {
steps {
archiveArtifacts '/src/saved_model/my_model'
archiveArtifacts '/saved_model/my_model'
}
}
}

2
result.txt Normal file
View File

@ -0,0 +1,2 @@
predictions: [134.86208, 68.69239, 155.70204, 62.195625, 730.1253, 899.66254, 68.2624, 178.28207, 245.94533, 799.8319]
expected: [ 52. 180. 68. 36.4 56.5 590. 110. 170. 160. 290. ]