Add soft bounds, per-feature scaling, and full pipeline runner
This commit is contained in:
@@ -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": 1024,
|
||||
"use_temporal_stage1": true,
|
||||
"temporal_hidden_dim": 512,
|
||||
|
||||
Reference in New Issue
Block a user