Skip to content

Commit

Permalink
[Fix] fix bugs of SimMIM config (open-mmlab#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
fangyixiao18 committed Jul 28, 2022
1 parent 9c28733 commit 367d0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/selfsup/_base_/datasets/imagenet_simmim.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

train_pipeline.append(
dict(
type='BlockwiseMaskGenerator',
type='SimMIMMaskGenerator',
input_size=192,
mask_patch_size=32,
model_patch_size=4,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = 'simmim_swin-base_16xb128-coslr-100e_in1k.py'
_base_ = 'simmim_swin-base_16xb128-coslr-100e_in1k-192.py'

# data
data = dict(samples_per_gpu=256)

0 comments on commit 367d0ca

Please sign in to comment.