We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd022fd commit 1e3b6d4Copy full SHA for 1e3b6d4
timm/models/__init__.py
@@ -1,5 +1,6 @@
1
from .byoanet import *
2
from .byobnet import *
3
+from .coat import *
4
from .cspnet import *
5
from .densenet import *
6
from .dla import *
@@ -9,7 +10,6 @@
9
10
from .gluon_resnet import *
11
from .gluon_xception import *
12
from .hardcorenas import *
-from .coat import *
13
from .hrnet import *
14
from .inception_resnet_v2 import *
15
from .inception_v3 import *
0 commit comments