mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 23:36:54 +08:00
update format
This commit is contained in:
@@ -72,8 +72,8 @@ if __name__ == "__main__":
|
|||||||
"kwargs": {
|
"kwargs": {
|
||||||
"d_feat": 6,
|
"d_feat": 6,
|
||||||
"hidden_size": 64,
|
"hidden_size": 64,
|
||||||
"output_dim" : 32,
|
"output_dim": 32,
|
||||||
"freq_dim" : 25,
|
"freq_dim": 25,
|
||||||
"dropout_W": 0.5,
|
"dropout_W": 0.5,
|
||||||
"dropout_U": 0.5,
|
"dropout_U": 0.5,
|
||||||
"n_epochs": 15,
|
"n_epochs": 15,
|
||||||
@@ -83,9 +83,9 @@ if __name__ == "__main__":
|
|||||||
"early_stop": 20,
|
"early_stop": 20,
|
||||||
"eval_steps": 5,
|
"eval_steps": 5,
|
||||||
"loss": "mse",
|
"loss": "mse",
|
||||||
"lr_decay" : 0.96,
|
"lr_decay": 0.96,
|
||||||
"lr_decay_steps" : 100,
|
"lr_decay_steps": 100,
|
||||||
"optimizer" : "adam",
|
"optimizer": "adam",
|
||||||
"GPU": 3,
|
"GPU": 3,
|
||||||
"seed": 710,
|
"seed": 710,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user