1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-17 17:34:35 +08:00

Update settings.

This commit is contained in:
lwwang1995
2020-12-08 10:38:58 +08:00
committed by you-n-g
parent dcfa8110e8
commit ec40845513
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ task:
dropout: 0.7 dropout: 0.7
n_epochs: 200 n_epochs: 200
lr: 1e-4 lr: 1e-4
early_stop: 20 early_stop: 10
metric: loss metric: loss
loss: mse loss: mse
base_model: LSTM base_model: LSTM

View File

@@ -57,7 +57,7 @@ task:
num_layers: 2 num_layers: 2
dropout: 0.0 dropout: 0.0
n_epochs: 200 n_epochs: 200
lr: 1e-3 lr: 2e-4
early_stop: 10 early_stop: 10
batch_size: 800 batch_size: 800
metric: loss metric: loss