1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-10 22:36:55 +08:00
This commit is contained in:
Jactus
2020-11-26 15:50:42 +08:00
parent a108f753d5
commit 056951605b
9 changed files with 72 additions and 64 deletions

View File

@@ -78,7 +78,7 @@ if __name__ == "__main__":
"dropout_U": 0.5,
"n_epochs": 15,
"lr": 1e-3,
"metric": "",
"metric": "",
"batch_size": 1600,
"early_stop": 20,
"eval_steps": 5,