Skip to content

Commit cd2cbba

Browse files
committed
simplify config files for vit sen1floods11
Signed-off-by: Carlos Gomes <[email protected]>
1 parent 795ee53 commit cd2cbba

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

examples/confs/sen1floods11_vit.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ model:
7979
decoder: FCNDecoder
8080
pretrained: true
8181
backbone: prithvi_vit_100
82-
backbone_pretrain_img_size: 512
8382
decoder_channels: 256
8483
in_channels: 6
8584
bands:

examples/confs/sen1floods11_vit_local_ckpt.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ model:
7777
decoder: FCNDecoder
7878
pretrained: true
7979
backbone: prithvi_vit_100
80-
backbone_pretrain_img_size: 512
8180
backbone_embed_dim: 768
8281
backbone_num_heads: 12
8382
backbone_decoder_depth: 8
@@ -86,7 +85,6 @@ model:
8685
backbone_mlp_ratio: 4
8786
backbone_patch_size: 16
8887
backbone_in_chans: 6
89-
backbone_num_frames: 1
9088
backbone_pretrained_cfg_overlay:
9189
file: examples/Prithvi_100M.pt
9290
decoder_channels: 256

0 commit comments

Comments
 (0)