[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(
|
model = dict(
|
||||||
type='MAE',
|
type='MAE',
|
||||||
backbone=dict(
|
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(
|
neck=dict(
|
||||||
type='MAEPretrainDecoder',
|
type='MAEPretrainDecoder',
|
||||||
patch_size=16,
|
patch_size=16,
|
||||||
|
|
|
@ -6,7 +6,7 @@ _base_ = [
|
||||||
|
|
||||||
# model settings
|
# model settings
|
||||||
model = dict(
|
model = dict(
|
||||||
backbone=dict(type='MIMHiViT', arch='large'),
|
backbone=dict(type='MAEHiViT', arch='large'),
|
||||||
neck=dict(type='MAEPretrainDecoder', embed_dim=768))
|
neck=dict(type='MAEPretrainDecoder', embed_dim=768))
|
||||||
|
|
||||||
# optimizer wrapper
|
# optimizer wrapper
|
||||||
|
|
Loading…
Reference in New Issue