Skip to content

Commit

Permalink
add model mae and fintune checkpoint file
Browse files Browse the repository at this point in the history
  • Loading branch information
sageyou committed Sep 5, 2023
1 parent 696f09b commit e006a24
Show file tree
Hide file tree
Showing 3 changed files with 731 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mindcv/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
inceptionv3,
inceptionv4,
layers,
mae,
mixnet,
mlpmixer,
mnasnet,
Expand Down Expand Up @@ -74,6 +75,7 @@
from .inceptionv3 import *
from .inceptionv4 import *
from .layers import *
from .mae import *
from .mixnet import *
from .mlpmixer import *
from .mnasnet import *
Expand Down Expand Up @@ -132,6 +134,7 @@
__all__.extend(["InceptionV3", "inception_v3"])
__all__.extend(["InceptionV4", "inception_v4"])
__all__.extend(layers.__all__)
__all__.extend(mae.__all__)
__all__.extend(mixnet.__all__)
__all__.extend(mlpmixer.__all__)
__all__.extend(mnasnet.__all__)
Expand Down
Loading

0 comments on commit e006a24

Please sign in to comment.