Add files via upload

pull/581/head
morizin 3 years ago committed by GitHub
parent c2d5087eae
commit 06841427cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save