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

Update pytorch_alstm.py

This commit is contained in:
Wendi Li
2021-02-01 16:36:16 +00:00
committed by you-n-g
parent f50463aca9
commit ddd68fc761

View File

@@ -56,7 +56,7 @@ class ALSTM(Model):
early_stop=20,
loss="mse",
optimizer="adam",
GPU="0",
GPU=0,
seed=None,
**kwargs
):