We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2d5087 commit 0684142Copy full SHA for 0684142
tests/test_models.py
@@ -15,7 +15,7 @@
15
torch._C._jit_set_profiling_mode(False)
16
17
# transformer models don't support many of the spatial / feature based model functionalities
18
-NON_STD_FILTERS = ['vit_*', 'tnt_*', 'pit_*', 'swin_*']
+NON_STD_FILTERS = ['vit_*', 'tnt_*', 'pit_*', 'swin_*','coat_*']
19
NUM_NON_STD = len(NON_STD_FILTERS)
20
21
# exclude models that cause specific test failures
0 commit comments