This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mmpretrain
mirror of
https://github.com/open-mmlab/mmpretrain.git
Watch
1
Star
0
Fork
You've already forked mmpretrain
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c18d017180
mmpretrain
/
mmcls
/
models
/
backbones
/
__init__.py
4 lines
73 B
Python
Raw
Normal View
History
Unescape
Escape
Add Base and ResNet backbone
2020-06-12 14:40:27 +08:00
from
.
resnet
import
ResNet
,
ResNetV1d
__all__
=
[
'
ResNet
'
,
'
ResNetV1d
'
]