1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-11 14:56:55 +08:00

Fix config and format

This commit is contained in:
Jactus
2020-11-25 19:53:22 +08:00
parent 64b7748033
commit 7f1f86488c
3 changed files with 57 additions and 59 deletions

View File

@@ -72,8 +72,8 @@ if __name__ == "__main__":
"kwargs": {
"d_feat": 6,
"hidden_size": 32,
"output_dim" : 16,
"freq_dim" : 25,
"output_dim": 16,
"freq_dim": 25,
"dropout_W": 0.5,
"dropout_U": 0.5,
"n_epochs": 200,
@@ -82,9 +82,9 @@ if __name__ == "__main__":
"early_stop": 20,
"eval_steps": 5,
"loss": "mse",
"lr_decay" : 0.96,
"lr_decay_steps" : 100,
"optimizer" : "adam",
"lr_decay": 0.96,
"lr_decay_steps": 100,
"optimizer": "adam",
"GPU": 1,
"seed": 710,
},