File size: 478 Bytes
ffff367 | 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 | {
"architectures": {
"base": "mae_vit_base_patch16",
"large": "mae_vit_large_patch16"
},
"input_channels": 2,
"input_size": [
256,
256
],
"mask_ratio": 0.75,
"norm_pix_loss": true,
"normalization": {
"mean": [
-5.5445e-10,
-5.5445e-10
],
"type": "channel-wise standardization",
"variance": [
5.7916e-10,
5.7916e-10
]
},
"patch_size": 16,
"source_domain": "Sionna/3GPP simulated channel corpus"
}
|