aliFrancis commited on
Commit
622671f
·
1 Parent(s): 7e01ff2

Update full-models/SEnSeIv2-SegFormerB2-S2-ambiguous/config.yaml

Browse files
full-models/SEnSeIv2-SegFormerB2-S2-ambiguous/config.yaml CHANGED
@@ -32,8 +32,8 @@ LOSS: 'ambiguous_crossentropy_loss'
32
  # Training epochs will max out at 4000 steps, so repeating datasets beyond that just
33
  # changes relative frequency of each dataset appearing.
34
  TRAIN_DIRS:
35
- - '/home/ali/data/cloud-masking/processed/S2CS12/train'
36
  VALID_DIRS:
37
- - '/home/ali/data/cloud-masking/processed/S2CS12/valid'
38
  MIN_BANDS: 3
39
  MAX_BANDS: 13
 
32
  # Training epochs will max out at 4000 steps, so repeating datasets beyond that just
33
  # changes relative frequency of each dataset appearing.
34
  TRAIN_DIRS:
35
+ - 'path/to/be/set'
36
  VALID_DIRS:
37
+ - 'path/to/be/set'
38
  MIN_BANDS: 3
39
  MAX_BANDS: 13