File size: 553 Bytes
d3e46b7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "format_version": "1.0",
  "framework": "PyTorch",
  "task": "global-ocean-autoregressive-forecasting",
  "model": "FuXi-Ocean",
  "input_format": "sampled_tiles with deterministic full-grid enumeration and overlap crops",
  "global_ocean_shape": [4, 105, 2160, 4320],
  "atmosphere_shape": [5, 2160, 4320],
  "output_shape": [105, 2160, 4320],
  "time_step_hours": 6,
  "paper_rollout_steps": 40,
  "default_config": "conf/config.yaml",
  "training": "scripts/train.py",
  "inference": "scripts/inference.py",
  "evaluation": "scripts/result.py"
}