Skip to content

Commit d15ad3e

Browse files
committed
Merge branch 'morizin-master'
2 parents c03e45c + e5e1575 commit d15ad3e

File tree

3 files changed

+683
-1
lines changed

3 files changed

+683
-1
lines changed

tests/test_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
torch._C._jit_set_profiling_mode(False)
1616

1717
# transformer models don't support many of the spatial / feature based model functionalities
18-
NON_STD_FILTERS = ['vit_*', 'tnt_*', 'pit_*', 'swin_*']
18+
NON_STD_FILTERS = ['vit_*', 'tnt_*', 'pit_*', 'swin_*','coat_*']
1919
NUM_NON_STD = len(NON_STD_FILTERS)
2020

2121
# exclude models that cause specific test failures

timm/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from .byoanet import *
22
from .byobnet import *
3+
from .coat import *
34
from .cspnet import *
45
from .densenet import *
56
from .dla import *

0 commit comments

Comments
 (0)