This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
mmclassification
mirror of
https://github.com/open-mmlab/mmclassification.git
Watch
1
Star
0
Fork
You've already forked mmclassification
0
Code
Issues
Projects
Releases
Wiki
Activity
2ee95c44ce
mmclassification
/
mmcls
/
models
/
backbones
/
__init__.py
6 lines
72 B
Python
Raw
Normal View
History
Unescape
Escape
fix & add test
2020-06-03 15:51:17 +08:00
from
.
mobilenet_v2
import
MobileNetv2
__all__
=
[
'
MobileNetv2
'
,
fix flake8
2020-06-03 15:54:37 +08:00
]