| { | |
| "framework": "PyTorch", | |
| "task": "ensemble_weather_forecast_postprocessing", | |
| "model": "PPNN", | |
| "input_format": "ensemble [N,50,18], auxiliary [N,4], station_index [N]", | |
| "protocol": "NN-aux-emb Gaussian postprocessing at a fixed 48-hour lead with 537-station metadata", | |
| "default_config": "conf/config.yaml", | |
| "training": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |