Skip to content

Commit

Permalink
chore: pre-commit check
Browse files Browse the repository at this point in the history
  • Loading branch information
LALBJ committed Aug 18, 2023
1 parent 13728f9 commit 7f81388
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
mean=[123.675, 116.28, 103.53],
std=[58.395, 57.12, 57.375],
bgr_to_rgb=True),
backbone=dict(type='mmpretrain.VisionTransformer', arch='b', patch_size=16),
backbone=dict(
type='mmpretrain.VisionTransformer', arch='b', patch_size=16),
neck=dict(
type='DINONeck',
in_channels=768,
Expand Down

0 comments on commit 7f81388

Please sign in to comment.