From 06841427cd308157f631b418ff87cb6076fc4e8f Mon Sep 17 00:00:00 2001 From: morizin <50985248+morizin@users.noreply.github.com> Date: Sat, 24 Apr 2021 18:11:28 +0530 Subject: [PATCH] Add files via upload --- tests/test_models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_models.py b/tests/test_models.py index dcc9ab89..1dee97e7 100644 --- a/tests/test_models.py +++ b/tests/test_models.py @@ -15,7 +15,7 @@ if hasattr(torch._C, '_jit_set_profiling_executor'): torch._C._jit_set_profiling_mode(False) # transformer models don't support many of the spatial / feature based model functionalities -NON_STD_FILTERS = ['vit_*', 'tnt_*', 'pit_*', 'swin_*'] +NON_STD_FILTERS = ['vit_*', 'tnt_*', 'pit_*', 'swin_*','coat_*'] NUM_NON_STD = len(NON_STD_FILTERS) # exclude models that cause specific test failures