File size: 450 Bytes
87f2bd3
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "framework": "PyTorch",
  "task": "short-to-long-term-climate-response",
  "model": "ClimEmu-S2L",
  "input_format": "NPZ with short_response and long_response shaped [21,145,192]",
  "protocol": "full-grid 21-fold LOSO dual Ridge and shared-kernel GPR",
  "default_config": "conf/config.yaml",
  "training": "scripts/train.py",
  "inference": "scripts/inference.py",
  "evaluation": "scripts/result.py",
  "visualization": "scripts/result.py"
}