From 56ebe9bf36f820f1f2c92ef36c17af93feed78cb Mon Sep 17 00:00:00 2001 From: Wendi Li Date: Mon, 1 Feb 2021 16:41:12 +0000 Subject: [PATCH] Update pytorch_lstm_ts.py --- qlib/contrib/model/pytorch_lstm_ts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/contrib/model/pytorch_lstm_ts.py b/qlib/contrib/model/pytorch_lstm_ts.py index 26409011f..79987ee0f 100755 --- a/qlib/contrib/model/pytorch_lstm_ts.py +++ b/qlib/contrib/model/pytorch_lstm_ts.py @@ -58,7 +58,7 @@ class LSTM(Model): loss="mse", optimizer="adam", n_jobs=10, - GPU="0", + GPU=0, seed=None, **kwargs ):