mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-01 18:11:18 +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
|
||||
task:
|
||||
model:
|
||||
class: GRU
|
||||
module_path: qlib.contrib.model.pytorch_gru_ts
|
||||
class: GeneralPTNN
|
||||
module_path: qlib.contrib.model.pytorch_general_nn
|
||||
kwargs:
|
||||
d_feat: 20
|
||||
hidden_size: 64
|
||||
|
||||
@@ -57,8 +57,8 @@ port_analysis_config: &port_analysis_config
|
||||
min_cost: 5
|
||||
task:
|
||||
model:
|
||||
class: DNNModelPytorch
|
||||
module_path: qlib.contrib.model.pytorch_nn
|
||||
class: GeneralPTNN
|
||||
module_path: qlib.contrib.model.pytorch_general_nn
|
||||
kwargs:
|
||||
loss: mse
|
||||
lr: 0.002
|
||||
|
||||
Reference in New Issue
Block a user