Add soft bounds, per-feature scaling, and full pipeline runner

This commit is contained in:
2026-01-28 00:35:00 +08:00
parent f0f89abf4f
commit c3fb07ef11
8 changed files with 183 additions and 5 deletions

View File

@@ -44,7 +44,21 @@
"cont_clamp_x0": 5.0,
"use_quantile_transform": true,
"quantile_bins": 1001,
"cont_bound_mode": "sigmoid",
"cont_bound_mode": "soft_tanh",
"cont_bound_strength": 2.0,
"cont_post_scale": {
"P1_B4002": 0.8,
"P1_B400B": 0.8,
"P1_FT02Z": 0.8,
"P1_PCV01D": 0.8,
"P1_PCV01Z": 0.8,
"P1_PCV02Z": 0.8,
"P2_24Vdc": 0.8,
"P2_MSD": 0.8,
"P3_LCP01D": 0.8,
"P4_ST_PT01": 0.8,
"P4_ST_TT01": 0.8
},
"shuffle_buffer": 256,
"use_temporal_stage1": true,
"temporal_hidden_dim": 256,