[Tests] Improve vision tests (#14458)

* Improve tests

* Install vision for tf tests
This commit is contained in:
NielsRogge
2021-11-24 15:22:20 +01:00
committed by GitHub
parent f2e90bcb8f
commit 3772af49ce
6 changed files with 9 additions and 5 deletions

View File

@@ -331,6 +331,7 @@ def prepare_img():
return image
@require_torch
@require_vision
class ViTModelIntegrationTest(unittest.TestCase):
@cached_property