Skip to content

Commit c4afa03

Browse files
Merge pull request #11 from IBM/feature/simplify_vit
simplify config files for vit sen1floods11
2 parents 2866275 + 8730ade commit c4afa03

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
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

-10
Original file line numberDiff line numberDiff line change
@@ -77,16 +77,6 @@ model:
7777
decoder: FCNDecoder
7878
pretrained: true
7979
backbone: prithvi_vit_100
80-
backbone_pretrain_img_size: 512
81-
backbone_embed_dim: 768
82-
backbone_num_heads: 12
83-
backbone_decoder_depth: 8
84-
backbone_decoder_num_heads: 16
85-
backbone_decoder_embed_dim: 512
86-
backbone_mlp_ratio: 4
87-
backbone_patch_size: 16
88-
backbone_in_chans: 6
89-
backbone_num_frames: 1
9080
backbone_pretrained_cfg_overlay:
9181
file: examples/Prithvi_100M.pt
9282
decoder_channels: 256

0 commit comments

Comments
 (0)