Use transformer for temporal trend model
This commit is contained in:
@@ -57,9 +57,16 @@
|
||||
"type6_features": ["P4_HT_PO","P2_24Vdc","P2_HILout"],
|
||||
"shuffle_buffer": 256,
|
||||
"use_temporal_stage1": true,
|
||||
"temporal_backbone": "transformer",
|
||||
"temporal_hidden_dim": 384,
|
||||
"temporal_num_layers": 1,
|
||||
"temporal_dropout": 0.0,
|
||||
"temporal_pos_dim": 64,
|
||||
"temporal_use_pos_embed": true,
|
||||
"temporal_transformer_num_layers": 2,
|
||||
"temporal_transformer_nhead": 4,
|
||||
"temporal_transformer_ff_dim": 512,
|
||||
"temporal_transformer_dropout": 0.1,
|
||||
"temporal_epochs": 3,
|
||||
"temporal_lr": 0.001,
|
||||
"quantile_loss_weight": 0.2,
|
||||
|
||||
Reference in New Issue
Block a user