mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-09 05:50:59 +08:00
revise settings
This commit is contained in:
@@ -61,9 +61,9 @@ if __name__ == "__main__":
|
||||
"d_feat": 6,
|
||||
"hidden_size": 64,
|
||||
"num_layers": 2,
|
||||
"dropout": 0.0,
|
||||
"dropout": 0.7,
|
||||
"n_epochs": 200,
|
||||
"lr": 1e-3,
|
||||
"lr": 1e-4,
|
||||
"early_stop": 20,
|
||||
"metric": "loss",
|
||||
"loss": "mse",
|
||||
|
||||
Reference in New Issue
Block a user