| { | |
| "framework": "PyTorch", | |
| "license": "GPL-3.0", | |
| "task": "remote_sensing_masked_image_modeling", | |
| "model": "SpectralGPT", | |
| "input_format": "NCHW_NPZ", | |
| "protocol": "spectralgpt_progressive_s2_v2", | |
| "default_config": "conf/config.yaml", | |
| "train": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |