Commit
·
7e01ff2
1
Parent(s):
00e6db0
Update full-models/SEnSeIv2-DeepLabv3-S2-unambiguous/config.yaml
Browse files
full-models/SEnSeIv2-DeepLabv3-S2-unambiguous/config.yaml
CHANGED
@@ -30,8 +30,8 @@ LOSS: 'ambiguous_crossentropy_loss'
|
|
30 |
|
31 |
#Data options
|
32 |
TRAIN_DIRS:
|
33 |
-
- '/
|
34 |
VALID_DIRS:
|
35 |
-
- '/
|
36 |
MIN_BANDS: 3
|
37 |
MAX_BANDS: 13
|
|
|
30 |
|
31 |
#Data options
|
32 |
TRAIN_DIRS:
|
33 |
+
- 'path/to/be/set'
|
34 |
VALID_DIRS:
|
35 |
+
- 'path/to/be/set'
|
36 |
MIN_BANDS: 3
|
37 |
MAX_BANDS: 13
|