Skip to content

Commit ebc31b9

Browse files
wendili-csyou-n-g
authored andcommitted
Update pytorch_lstm.py
1 parent 56ebe9b commit ebc31b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qlib/contrib/model/pytorch_lstm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(
5656
early_stop=20,
5757
loss="mse",
5858
optimizer="adam",
59-
GPU="0",
59+
GPU=0,
6060
seed=None,
6161
**kwargs
6262
):

0 commit comments

Comments
 (0)