Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

simplify config files for vit sen1floods11 #11

Merged
merged 3 commits into from
May 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion examples/confs/sen1floods11_vit.yaml
Original file line number Diff line number Diff line change
@@ -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:
10 changes: 0 additions & 10 deletions examples/confs/sen1floods11_vit_local_ckpt.yaml
Original file line number Diff line number Diff line change
@@ -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