ASR-CYGNSS-HGMM-Reproducibility / code /cloud_config_public.json
wuff-mann's picture
Add public cloud pipeline configuration
f4589a9 verified
Raw
History Blame Contribute Delete
1.43 kB
{
"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
}