Skip to content

Commit

Permalink
Adds MobiletNetV2 to applications (keras-team#10047)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanCMitchell authored and taehoonlee committed May 3, 2018
1 parent 19ce1ca commit c98093f
Show file tree
Hide file tree
Showing 3 changed files with 535 additions and 0 deletions.
1 change: 1 addition & 0 deletions keras/applications/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
from .inception_resnet_v2 import InceptionResNetV2
from .xception import Xception
from .mobilenet import MobileNet
from .mobilenetv2 import MobileNetV2
from .densenet import DenseNet121, DenseNet169, DenseNet201
from .nasnet import NASNetMobile, NASNetLarge
Loading

0 comments on commit c98093f

Please sign in to comment.