Skip to content

Commit

Permalink
Fix semantic segmentation pipeline test (#15826)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgugger committed Feb 25, 2022
1 parent b7e292a commit 074645e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/pipelines/test_pipelines_image_segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,12 +222,12 @@ def test_small_model_pt_semantic(self):
{
"score": None,
"label": "LABEL_0",
"mask": "01245d8ad25d03f09493ca97965788ae",
"mask": "6225140faf502d272af076222776d7e4",
},
{
"score": None,
"label": "LABEL_1",
"mask": "f741516de8d5196a2c830739b9ac1c8c",
"mask": "8297c9f8eb43ddd3f32a6dae21e015a1",
},
],
)
Expand Down

0 comments on commit 074645e

Please sign in to comment.