mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 07:16:54 +08:00
Remove batchsize and add daily-batch mode
This commit is contained in:
@@ -36,7 +36,6 @@ task:
|
||||
n_epochs: 200
|
||||
lr: 1e-3
|
||||
early_stop: 20
|
||||
batch_size: 800
|
||||
metric: IC
|
||||
loss: mse
|
||||
base_model: GRU
|
||||
|
||||
@@ -62,12 +62,11 @@ if __name__ == "__main__":
|
||||
"n_epochs": 200,
|
||||
"lr": 1e-3,
|
||||
"early_stop": 20,
|
||||
"batch_size": 800,
|
||||
"metric": "IC",
|
||||
"loss": "mse",
|
||||
"base_model": "LSTM",
|
||||
"seed": 0,
|
||||
"GPU": "0",
|
||||
"GPU": "2",
|
||||
},
|
||||
},
|
||||
"dataset": {
|
||||
|
||||
Reference in New Issue
Block a user