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