1
0
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:
Young
2024-07-10 05:34:09 +00:00
parent f4674ef98c
commit a67a6134b4
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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