| { | |
| "framework": "PyTorch", | |
| "task": "annual-spatial-climate-response-emulation", | |
| "model": "ClimateBench", | |
| "input_format": "NTCHW", | |
| "protocol": "four independent paper-faithful CNN-LSTM target emulators", | |
| "default_config": "conf/config.yaml", | |
| "training": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |