Commit
·
7e467ed
1
Parent(s):
5743195
Updated config.json
Browse files- config.json +4 -0
config.json
CHANGED
@@ -13,6 +13,10 @@
|
|
13 |
"decoder_depth": 8,
|
14 |
"decoder_num_heads": 16,
|
15 |
"mlp_ratio": 4,
|
|
|
|
|
|
|
|
|
16 |
"mean": [1087.0, 1342.0, 1433.0, 2734.0, 1958.0, 1363.0],
|
17 |
"std": [2248.0, 2179.0, 2178.0, 1850.0, 1242.0, 1049.0],
|
18 |
"origin_url": "https://huggingface.co/ibm-nasa-geospatial/Prithvi-EO-2.0-300M-TL",
|
|
|
13 |
"decoder_depth": 8,
|
14 |
"decoder_num_heads": 16,
|
15 |
"mlp_ratio": 4,
|
16 |
+
"coords_encoding": ["time", "location"],
|
17 |
+
"coords_scale_learn": true,
|
18 |
+
"mask_ratio": 0.75,
|
19 |
+
"norm_pix_loss": false,
|
20 |
"mean": [1087.0, 1342.0, 1433.0, 2734.0, 1958.0, 1363.0],
|
21 |
"std": [2248.0, 2179.0, 2178.0, 1850.0, 1242.0, 1049.0],
|
22 |
"origin_url": "https://huggingface.co/ibm-nasa-geospatial/Prithvi-EO-2.0-300M-TL",
|