From ebc31b9bdba9055a754d4aebc86e7044b7fd8c31 Mon Sep 17 00:00:00 2001 From: Wendi Li Date: Mon, 1 Feb 2021 16:40:57 +0000 Subject: [PATCH] Update pytorch_lstm.py --- qlib/contrib/model/pytorch_lstm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/contrib/model/pytorch_lstm.py b/qlib/contrib/model/pytorch_lstm.py index 1c24246f8..8eb390a98 100755 --- a/qlib/contrib/model/pytorch_lstm.py +++ b/qlib/contrib/model/pytorch_lstm.py @@ -56,7 +56,7 @@ class LSTM(Model): early_stop=20, loss="mse", optimizer="adam", - GPU="0", + GPU=0, seed=None, **kwargs ):