Prithvi-EO-2.0-300M-TL / config.json
blumenstiel's picture
Update config.json
abdfc0d
raw
history blame
776 Bytes
{
"architecture": "prithvi_eo_v2_300_tl",
"num_features": 1024,
"pretrained_cfg": {
"img_size": 224,
"num_frames": 4,
"patch_size": [1, 16, 16],
"in_chans": 6,
"embed_dim": 1024,
"depth": 24,
"num_heads": 16,
"decoder_embed_dim": 512,
"decoder_depth": 8,
"decoder_num_heads": 16,
"mlp_ratio": 4,
"coords_encoding": ["time", "location"],
"coords_scale_learn": true,
"mask_ratio": 0.75,
"norm_pix_loss": false,
"bands": ["B02", "B03", "B04", "B05", "B06", "B07"],
"mean": [1087.0, 1342.0, 1433.0, 2734.0, 1958.0, 1363.0],
"std": [2248.0, 2179.0, 2178.0, 1850.0, 1242.0, 1049.0],
"origin_url": "https://huggingface.co/ibm-nasa-geospatial/Prithvi-EO-2.0-300M-TL",
"paper_ids": "arXiv:X.X"
}
}