File size: 620 Bytes
75a7e7a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
{
"architectures": [
"SatDINOModel"
],
"attn_drop_rate": 0.0,
"auto_map": {
"AutoConfig": "configuration_satdino.SatDINOConfig",
"AutoModel": "modeling_satdino.SatDINOModel"
},
"depth": 12,
"drop_path_rate": 0.0,
"drop_rate": 0.0,
"embed_dim": 384,
"img_size": [
224
],
"in_chans": 3,
"mlp_ratio": 4,
"model_type": "satdino",
"norm_layer": 1e-06,
"num_classes": 0,
"num_heads": 6,
"patch_size": 16,
"pos_encoding_method": "learnable",
"qk_scale": null,
"qkv_bias": true,
"transformers_version": "4.51.2",
"use_xformers": false
}
|