Skip to content

Commit

Permalink
Merge pull request #11 from IBM/feature/simplify_vit
Browse files Browse the repository at this point in the history
simplify config files for vit sen1floods11
  • Loading branch information
Joao-L-S-Almeida authored May 27, 2024
2 parents 2866275 + 8730ade commit c4afa03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion examples/confs/sen1floods11_vit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ model:
decoder: FCNDecoder
pretrained: true
backbone: prithvi_vit_100
backbone_pretrain_img_size: 512
decoder_channels: 256
in_channels: 6
bands:
Expand Down
10 changes: 0 additions & 10 deletions examples/confs/sen1floods11_vit_local_ckpt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,16 +77,6 @@ model:
decoder: FCNDecoder
pretrained: true
backbone: prithvi_vit_100
backbone_pretrain_img_size: 512
backbone_embed_dim: 768
backbone_num_heads: 12
backbone_decoder_depth: 8
backbone_decoder_num_heads: 16
backbone_decoder_embed_dim: 512
backbone_mlp_ratio: 4
backbone_patch_size: 16
backbone_in_chans: 6
backbone_num_frames: 1
backbone_pretrained_cfg_overlay:
file: examples/Prithvi_100M.pt
decoder_channels: 256
Expand Down

0 comments on commit c4afa03

Please sign in to comment.