Update (TF)SamModelIntegrationTest (#24199)
fix Co-authored-by: ydshieh <ydshieh@users.noreply.github.com>
This commit is contained in:
@@ -428,8 +428,9 @@ def prepare_dog_img():
|
|||||||
return raw_image
|
return raw_image
|
||||||
|
|
||||||
|
|
||||||
|
@require_tf
|
||||||
@slow
|
@slow
|
||||||
class SamModelIntegrationTest(unittest.TestCase):
|
class TFSamModelIntegrationTest(unittest.TestCase):
|
||||||
def tearDown(self):
|
def tearDown(self):
|
||||||
super().tearDown()
|
super().tearDown()
|
||||||
# clean-up as much as possible GPU memory occupied by PyTorch
|
# clean-up as much as possible GPU memory occupied by PyTorch
|
||||||
|
|||||||
Reference in New Issue
Block a user