change path
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
Some checks failed
s444417-training/pipeline/head There was a failure building this commit
This commit is contained in:
parent
6007c252a8
commit
961b01b272
@ -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
2
result.txt
Normal 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. ]
|
Loading…
Reference in New Issue
Block a user