File size: 2,305 Bytes
5a5d1a8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
  "model_name": "DGMR",
  "model_type": "dgmr",
  "architectures": [
    "DGMR"
  ],
  "framework": "PyTorch",
  "domain": "climate-and-atmosphere",
  "task": "precipitation-nowcasting",
  "implementation": {
    "entry_point": "model/dgmr.py",
    "scope": "YAML-configured DGMR conditional GAN wrapper with vendored Open Climate Fix generator, spatial and temporal discriminators, and training losses"
  },
  "architecture": {
    "family": "conditional generative adversarial network for probabilistic radar nowcasting",
    "generator": "context conditioning stack plus latent conditioning stack and a four-scale ConvGRU autoregressive sampler",
    "discriminator": "combined spatial and temporal discriminators with spectrally normalized residual blocks",
    "training_objective": "hinge GAN loss plus weighted grid-cell regularizer",
    "input_format": "BTCHW",
    "output_format": "BTCHW",
    "activation": "ReLU",
    "normalization": "BatchNorm",
    "repository_default_config": {
      "purpose": "small connectivity-validation configuration",
      "num_context": 4,
      "forecast_steps": 6,
      "input_channels": 1,
      "output_shape": 128,
      "conv_type": "standard",
      "latent_channels": 384,
      "context_channels": 192,
      "generation_steps": 6,
      "grid_lambda": 20.0,
      "precip_weight_cap": 24.0
    },
    "paper_configuration": {
      "num_context": 4,
      "forecast_steps": 18,
      "input_channels": 1,
      "output_shape": 256,
      "latent_channels": 768,
      "context_channels": 384,
      "generation_steps": 6,
      "grid_lambda": 20.0,
      "precip_weight_cap": 24.0
    }
  },
  "data": {
    "dataset": "ERA5Datapipe-compatible HDF5 placeholder radar sequences",
    "variable": "rain_radar",
    "input_length": 4,
    "output_length": 6,
    "channels": 1,
    "default_smoke_spatial_size": [
      128,
      128
    ],
    "paper_frame_interval_minutes": 5,
    "paper_output_length": 18,
    "paper_spatial_size": [
      256,
      256
    ],
    "normalization": "identity statistics in synthetic data; real-data statistics are read from HDF5"
  },
  "configuration_sources": [
    "conf/config.yaml",
    "model/dgmr.py",
    "model/dgmr_official/",
    "scripts/train.py",
    "scripts/fake_data.py",
    "README.md"
  ]
}