From 41c843349ba95de3721dfd3e4f7e7e883af6af7e 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 144d9703191..b6afc068c6e 100755 --- a/qlib/contrib/model/pytorch_gru_ts.py +++ b/qlib/contrib/model/pytorch_gru_ts.py @@ -58,7 +58,7 @@ def __init__( loss="mse", optimizer="adam", n_jobs=10, - GPU="0", + GPU=0, seed=None, **kwargs ):