mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 07:46:53 +08:00
We must align with previous results
This commit is contained in:
@@ -52,8 +52,8 @@ port_analysis_config: &port_analysis_config
|
|||||||
min_cost: 5
|
min_cost: 5
|
||||||
task:
|
task:
|
||||||
model:
|
model:
|
||||||
class: GRU
|
class: GeneralPTNN
|
||||||
module_path: qlib.contrib.model.pytorch_gru_ts
|
module_path: qlib.contrib.model.pytorch_general_nn
|
||||||
kwargs:
|
kwargs:
|
||||||
d_feat: 20
|
d_feat: 20
|
||||||
hidden_size: 64
|
hidden_size: 64
|
||||||
|
|||||||
@@ -57,8 +57,8 @@ port_analysis_config: &port_analysis_config
|
|||||||
min_cost: 5
|
min_cost: 5
|
||||||
task:
|
task:
|
||||||
model:
|
model:
|
||||||
class: DNNModelPytorch
|
class: GeneralPTNN
|
||||||
module_path: qlib.contrib.model.pytorch_nn
|
module_path: qlib.contrib.model.pytorch_general_nn
|
||||||
kwargs:
|
kwargs:
|
||||||
loss: mse
|
loss: mse
|
||||||
lr: 0.002
|
lr: 0.002
|
||||||
|
|||||||
Reference in New Issue
Block a user