1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-04 03:21:00 +08:00

Update setting for model training.

This commit is contained in:
lwwang1995
2020-11-26 21:34:16 +08:00
parent 6b053137fd
commit 38cfb22cba
2 changed files with 3 additions and 8 deletions

View File

@@ -70,7 +70,7 @@ if __name__ == "__main__":
"lr": 1e-3,
"early_stop": 20,
"batch_size": 800,
"metric": "IC",
"metric": "loss",
"loss": "mse",
"seed": 0,
"GPU": 0,