Upload config.yaml

#12
by helen-tw - opened
Files changed (1) hide show
  1. config.yaml +5 -4
config.yaml CHANGED
@@ -1,7 +1,7 @@
1
- # lightning.pytorch==2.1.1
2
  seed_everything: 0
3
  trainer:
4
- accelerator: cpu
5
  strategy: auto
6
  devices: auto
7
  num_nodes: 1
@@ -93,8 +93,9 @@ model:
93
  init_args:
94
  model_args:
95
  decoder: FCNDecoder
96
- backbone_pretrained: false
97
- backbone: granite_geospatial_uki
 
98
  backbone_pretrain_img_size: 512
99
  decoder_channels: 256
100
  backbone_bands:
 
1
+ custom_modules_path: ./../granite_geo_flood/custom_modules # path relative to dir from which terratorch is being called
2
  seed_everything: 0
3
  trainer:
4
+ accelerator: auto
5
  strategy: auto
6
  devices: auto
7
  num_nodes: 1
 
93
  init_args:
94
  model_args:
95
  decoder: FCNDecoder
96
+ backbone_pretrained: true
97
+ backbone: granite_geospatial_uki
98
+ backbone_ckpt_path: ../data/checkpoints/granite_geospatial_uki_flood_detection_v1.ckpt
99
  backbone_pretrain_img_size: 512
100
  decoder_channels: 256
101
  backbone_bands: