Skip to content

Commit ce62f96

Browse files
committed
ByoaNet with bottleneck transformer, lambda resnet, and halo net experiments
1 parent 21812d3 commit ce62f96

File tree

8 files changed

+1104
-158
lines changed

8 files changed

+1104
-158
lines changed

timm/models/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
from .byoanet import *
12
from .byobnet import *
23
from .cspnet import *
34
from .densenet import *
@@ -39,5 +40,4 @@
3940
from .layers import TestTimePoolHead, apply_test_time_pool
4041
from .layers import convert_splitbn_model
4142
from .layers import is_scriptable, is_exportable, set_scriptable, set_exportable, is_no_jit, set_no_jit
42-
from .registry import *
43-
43+
from .registry import register_model, model_entrypoint, list_models, is_model, list_modules, is_model_in_modules

0 commit comments

Comments
 (0)