This commit is contained in:
MZ YANG
2026-01-28 00:47:12 +08:00
parent c3fb07ef11
commit 6d5c5fffb1
16 changed files with 890 additions and 827 deletions

View File

@@ -62,7 +62,21 @@
"transformer_dropout": 0.1,
"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
},
"sample_batch_size": 4,
"sample_seq_len": 128
}