[Fix] Fix typo MIMHIVIT to MAEHiViT (#1749)
* fix typo MIMHIVIT to MAEHiViT * fix typo MIMHiViT to MAEHiViTpull/1753/head^2
parent
1dda91bf24
commit
827a216155
|
@ -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,
|
||||
|
|
|
@ -6,7 +6,7 @@ _base_ = [
|
|||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue