mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-15 08:46:56 +08:00
Update
This commit is contained in:
@@ -40,19 +40,19 @@ port_analysis_config: &port_analysis_config
|
|||||||
min_cost: 5
|
min_cost: 5
|
||||||
task:
|
task:
|
||||||
model:
|
model:
|
||||||
class: GAT_Classic
|
class: GATs
|
||||||
module_path: qlib.contrib.model.pytorch_gats_classic
|
module_path: qlib.contrib.model.pytorch_gats
|
||||||
kwargs:
|
kwargs:
|
||||||
d_feat: 6
|
d_feat: 6
|
||||||
hidden_size: 64
|
hidden_size: 64
|
||||||
num_layers: 2
|
num_layers: 2
|
||||||
dropout: 0.0
|
dropout: 0.7
|
||||||
n_epochs: 200
|
n_epochs: 200
|
||||||
lr: 1e-3
|
lr: 1e-4
|
||||||
early_stop: 20
|
early_stop: 20
|
||||||
metric: loss
|
metric: loss
|
||||||
loss: mse
|
loss: mse
|
||||||
base_model: GRU
|
base_model: LSTM
|
||||||
seed: 0
|
seed: 0
|
||||||
GPU: 0
|
GPU: 0
|
||||||
dataset:
|
dataset:
|
||||||
|
|||||||
Reference in New Issue
Block a user