mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add files via upload
This commit is contained in:
parent
c2d5087eae
commit
06841427cd
@ -15,7 +15,7 @@ if hasattr(torch._C, '_jit_set_profiling_executor'):
|
|||||||
torch._C._jit_set_profiling_mode(False)
|
torch._C._jit_set_profiling_mode(False)
|
||||||
|
|
||||||
# transformer models don't support many of the spatial / feature based model functionalities
|
# 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)
|
NUM_NON_STD = len(NON_STD_FILTERS)
|
||||||
|
|
||||||
# exclude models that cause specific test failures
|
# exclude models that cause specific test failures
|
||||||
|
Loading…
x
Reference in New Issue
Block a user