Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
transformers
Commits
074645e3
"git@developer.sourcefind.cn:chenpangpang/transformers.git" did not exist on "c1e478aa7fc644e6a955400feba252116b597b89"
Unverified
Commit
074645e3
authored
Feb 25, 2022
by
Sylvain Gugger
Committed by
GitHub
Feb 25, 2022
Browse files
Fix semantic segmentation pipeline test (#15826)
parent
b7e292ae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
tests/pipelines/test_pipelines_image_segmentation.py
tests/pipelines/test_pipelines_image_segmentation.py
+2
-2
No files found.
tests/pipelines/test_pipelines_image_segmentation.py
View file @
074645e3
...
@@ -222,12 +222,12 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa
...
@@ -222,12 +222,12 @@ class ImageSegmentationPipelineTests(unittest.TestCase, metaclass=PipelineTestCa
{
{
"score"
:
None
,
"score"
:
None
,
"label"
:
"LABEL_0"
,
"label"
:
"LABEL_0"
,
"mask"
:
"
01245d8ad25d03f09493ca97965788ae
"
,
"mask"
:
"
6225140faf502d272af076222776d7e4
"
,
},
},
{
{
"score"
:
None
,
"score"
:
None
,
"label"
:
"LABEL_1"
,
"label"
:
"LABEL_1"
,
"mask"
:
"
f741516de8d5196a2c830739b9ac1c8c
"
,
"mask"
:
"
8297c9f8eb43ddd3f32a6dae21e015a1
"
,
},
},
],
],
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment