Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
BeSpontaneous committed Jul 14, 2024
1 parent 47af038 commit 08ac210
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
norm_cfg = dict(type='SyncBN', requires_grad=True)
model = dict(
data_preprocessor=data_preprocessor,
pretrained='pretrain/dinov2_vitb14_ibot_mse_aligned_old_aug_ema_wo_mixup.pth',
pretrained='pretrain/dinov2_vitb14_proteus.pth',
backbone=dict(
type='MAE',
img_size=(518, 518),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
norm_cfg = dict(type='SyncBN', requires_grad=True)
model = dict(
data_preprocessor=data_preprocessor,
pretrained='pretrain/dinov2_vitl14_ibot_mse_aligned_old_aug_ema_wo_mixup.pth',
pretrained='pretrain/dinov2_vitl14_proteus.pth',
backbone=dict(
type='MAE',
img_size=(518, 518),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
norm_cfg = dict(type='SyncBN', requires_grad=True)
model = dict(
data_preprocessor=data_preprocessor,
pretrained='/home/qw/yitian/mmsegmentation/pretrained/dinov2_vits14_ibot_mse_aligned_old_aug_ema_wo_mixup.pth',
pretrained='pretrain/dinov2_vits14_proteus.pth',
backbone=dict(
type='MAE',
img_size=(518, 518),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
norm_cfg = dict(type='SyncBN', requires_grad=True)
model = dict(
data_preprocessor=data_preprocessor,
pretrained='/home/qw/yitian/mmsegmentation/pretrained/dinov2_vits14_ibot_mse_aligned_old_aug_ema_wo_mixup.pth',
pretrained='pretrain/dinov2_vits14_proteus.pth',
backbone=dict(
type='MAE_fix',
img_size=(518, 518),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
data_preprocessor = dict(size=crop_size)
model = dict(
data_preprocessor=data_preprocessor,
pretrained='pretrain/dinov2_vitb14_ibot_mse_aligned_old_aug_ema_wo_mixup.pth',
pretrained='pretrain/dinov2_vitb14_proteus.pth',
backbone=dict(
type='MAE',
img_size=(518, 518),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
data_preprocessor = dict(size=crop_size)
model = dict(
data_preprocessor=data_preprocessor,
pretrained='pretrain/dinov2_vitl14_ibot_mse_aligned_old_aug_ema_wo_mixup.pth',
pretrained='pretrain/dinov2_vitl14_proteus.pth',
backbone=dict(
type='MAE',
img_size=(518, 518),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
model = dict(
type='EncoderDecoder',
data_preprocessor=data_preprocessor,
pretrained='/home/qw/yitian/mmsegmentation/pretrained/dinov2_vits14_ibot_mse_aligned_old_aug_ema_wo_mixup.pth',
pretrained='pretrain/dinov2_vits14_proteus.pth',
backbone=dict(
type='MAE_fix',
img_size=(518, 518),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
data_preprocessor = dict(size=crop_size)
model = dict(
data_preprocessor=data_preprocessor,
pretrained='/home/qw/yitian/mmsegmentation/pretrained/dinov2_vits14_ibot_mse_aligned_old_aug_ema_wo_mixup.pth',
pretrained='pretrain/dinov2_vits14_proteus.pth',
backbone=dict(
type='MAE',
img_size=(518, 518),
Expand Down

0 comments on commit 08ac210

Please sign in to comment.