Skip to content

Commit da52fcf

Browse files
committed
Add NASNet-Large model
1 parent f632190 commit da52fcf

File tree

2 files changed

+613
-0
lines changed

2 files changed

+613
-0
lines changed

timm/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from .dpn import *
66
from .senet import *
77
from .xception import *
8+
from .nasnet import *
89
from .pnasnet import *
910
from .gen_efficientnet import *
1011
from .inception_v3 import *

0 commit comments

Comments
 (0)