File size: 1,431 Bytes
3875adf
 
 
 
 
 
 
f4589a9
 
3875adf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "repo_id": "wuff-mann/ASR-CYGNSS-HGMM-Reproducibility",
  "token": "[REDACTED]",
  "work_root": "/content/asr_cygnss_work",
  "cygnss_short_name": "CYGNSS_L2_V3.2",
  "smap_short_name": "SMAP_JPL_L2B_SSS_CAP_V5",
  "provider": "POCLOUD",
  "start_month": "2021-01",
  "end_month": "2025-12",
  "max_distance_km": 25.0,
  "max_time_minutes": 60.0,
  "nearest_candidates": 8,
  "accepted_smap_quality_flags": [
    0
  ],
  "min_rcg_db": 3.0,
  "latitude_min": -40.0,
  "latitude_max": 40.0,
  "random_seed": 42,
  "ratio_epsilon": 0.01,
  "mss_epsilon": 0.0001,
  "zv_clip": 500.0,
  "wind_edges": [
    0.0,
    2.0,
    5.0,
    7.0,
    10.0,
    80.0
  ],
  "components": [
    64,
    64,
    128,
    128,
    256
  ],
  "training_quotas": [
    250000,
    250000,
    250000,
    250000,
    300000
  ],
  "gate_max_per_class": 150000,
  "high_wind_target": 300000,
  "feature_jitter_std": 0.05,
  "target_jitter_std_ms": 0.5,
  "gmm_max_iter": 300,
  "gmm_reg_covar": 1e-05,
  "gating_trees": 30,
  "gating_max_depth": 12,
  "inference_chunk_size": 100000,
  "anchor_fraction": 0.05,
  "calibrator_max_iter": 100,
  "calibrator_learning_rate": 0.1,
  "calibrator_max_leaf_nodes": 31,
  "calibrator_l2_regularization": 1.0,
  "bootstrap_replicates": 1000,
  "evaluation_wind_edges": [
    0,
    3,
    5,
    7,
    10,
    13,
    15,
    20,
    25,
    80
  ],
  "histogram_max_wind": 35.0,
  "histogram_bins": 180
}