carlosgomes98
commited on
Commit
•
ffd2463
1
Parent(s):
6030bf6
more parseable config yaml
Browse files- Prithvi_100M_config.yaml +36 -19
Prithvi_100M_config.yaml
CHANGED
@@ -1,19 +1,36 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
model_args:
|
2 |
+
decoder_depth: 8
|
3 |
+
decoder_embed_dim: 512
|
4 |
+
decoder_num_heads: 16
|
5 |
+
depth: 12
|
6 |
+
embed_dim: 768
|
7 |
+
img_size: 224
|
8 |
+
in_chans: 6
|
9 |
+
num_frames: 3
|
10 |
+
num_heads: 12
|
11 |
+
patch_size: 16
|
12 |
+
tubelet_size: 1
|
13 |
+
train_params:
|
14 |
+
bands:
|
15 |
+
- B02
|
16 |
+
- B03
|
17 |
+
- B04
|
18 |
+
- B05
|
19 |
+
- B06
|
20 |
+
- B07
|
21 |
+
data_mean:
|
22 |
+
- 775.2290211032589
|
23 |
+
- 1080.992780391705
|
24 |
+
- 1228.5855250417867
|
25 |
+
- 2497.2022620507532
|
26 |
+
- 2204.2139147975554
|
27 |
+
- 1610.8324823273745
|
28 |
+
data_std:
|
29 |
+
- 1281.526139861424
|
30 |
+
- 1270.0297974547493
|
31 |
+
- 1399.4802505642526
|
32 |
+
- 1368.3446143747644
|
33 |
+
- 1291.6764008585435
|
34 |
+
- 1154.505683480695
|
35 |
+
mask_ratio: 0.75
|
36 |
+
random_cropping: true
|