mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-22 02:59:24 +01:00
[to #42322933]enable image segmentation test
enable image segmentation test
Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/9522337
This commit is contained in:
committed by
yingda.chen
parent
5985bd10ba
commit
c112e599fe
@@ -71,7 +71,7 @@ class TestImageInstanceSegmentationTrainer(unittest.TestCase):
|
||||
shutil.rmtree(self.tmp_dir)
|
||||
super().tearDown()
|
||||
|
||||
@unittest.skipUnless(test_level() >= 2, 'skip test in current test level')
|
||||
@unittest.skipUnless(test_level() >= 0, 'skip test in current test level')
|
||||
def test_trainer(self):
|
||||
kwargs = dict(
|
||||
model=self.model_id,
|
||||
|
||||
Reference in New Issue
Block a user