Skip to content

Commit

Permalink
[Fix] Fix typo MIMHIVIT to MAEHiViT (#1749)
Browse files Browse the repository at this point in the history
* fix typo MIMHIVIT to MAEHiViT

* fix typo MIMHiViT to MAEHiViT
  • Loading branch information
mstwutao authored Aug 8, 2023
1 parent 1dda91b commit 827a216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/_base_/models/mae_hivit-base-p16.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
model = dict(
type='MAE',
backbone=dict(
type='MIMHiViT', patch_size=16, arch='base', mask_ratio=0.75),
type='MAEHiViT', patch_size=16, arch='base', mask_ratio=0.75),
neck=dict(
type='MAEPretrainDecoder',
patch_size=16,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# model settings
model = dict(
backbone=dict(type='MIMHiViT', arch='large'),
backbone=dict(type='MAEHiViT', arch='large'),
neck=dict(type='MAEPretrainDecoder', embed_dim=768))

# optimizer wrapper
Expand Down

0 comments on commit 827a216

Please sign in to comment.