File size: 470 Bytes
6ff9439 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"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"
}
|