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

Update pytorch_lstm.py

This commit is contained in:
Wendi Li
2021-02-01 16:40:57 +00:00
committed by you-n-g
parent 56ebe9bf36
commit ebc31b9bdb

View File

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