From b4a92d55f87a59fbfae12a7dd97d6f1551206d88 Mon Sep 17 00:00:00 2001 From: Wendi Li Date: Mon, 1 Feb 2021 16:40:47 +0000 Subject: [PATCH] Update pytorch_gru_ts.py --- qlib/contrib/model/pytorch_gru_ts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qlib/contrib/model/pytorch_gru_ts.py b/qlib/contrib/model/pytorch_gru_ts.py index 144d97031..b6afc068c 100755 --- a/qlib/contrib/model/pytorch_gru_ts.py +++ b/qlib/contrib/model/pytorch_gru_ts.py @@ -58,7 +58,7 @@ class GRU(Model): loss="mse", optimizer="adam", n_jobs=10, - GPU="0", + GPU=0, seed=None, **kwargs ):