| { | |
| "framework": "PyTorch", | |
| "task": "weather_forecasting", | |
| "model": "FuXi_v21", | |
| "input_format": "BTCHW", | |
| "protocol": "non_official_protocol", | |
| "default_config": "conf/config.yaml", | |
| "train": "scripts/train.py", | |
| "inference": "scripts/inference.py", | |
| "evaluation": "scripts/result.py", | |
| "visualization": "scripts/result.py" | |
| } | |