Skip to content

Commit ad93347

Browse files
committed
Initial HRNet classification model commit
1 parent 2393708 commit ad93347

File tree

2 files changed

+870
-0
lines changed

2 files changed

+870
-0
lines changed

timm/models/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
from .gluon_xception import *
1414
from .res2net import *
1515
from .dla import *
16+
from .hrnet import *
1617

1718
from .registry import *
1819
from .factory import create_model

0 commit comments

Comments
 (0)