Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Release EfficientNet model implementation (#475)
Browse files Browse the repository at this point in the history
Summary: Pull Request resolved: #475

Reviewed By: vreis

Differential Revision: D20972639

fbshipit-source-id: 3d68c43774e3384f7799982475296c736ab8a398
  • Loading branch information
mannatsingh authored and facebook-github-bot committed Apr 13, 2020
1 parent 3539f57 commit d16fc33
Show file tree
Hide file tree
Showing 3 changed files with 679 additions and 0 deletions.
2 changes: 2 additions & 0 deletions classy_vision/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ def build_model(config):
ClassyModelHeadExecutorWrapper, # isort:skip
) # isort:skip
from .densenet import DenseNet # isort:skip
from .efficientnet import EfficientNet # isort:skip
from .mlp import MLP # isort:skip
from .resnet import ResNet # isort:skip
from .resnext import ResNeXt # isort:skip
Expand All @@ -108,6 +109,7 @@ def build_model(config):
"ClassyModelHeadExecutorWrapper",
"ClassyModelWrapper",
"DenseNet",
"EfficientNet",
"MLP",
"ResNet",
"ResNeXt",
Expand Down
Loading

0 comments on commit d16fc33

Please sign in to comment.