Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update pytorch_gru_ts.py
  • Loading branch information
wendili-cs authored Feb 1, 2021
commit 41c843349ba95de3721dfd3e4f7e7e883af6af7e
2 changes: 1 addition & 1 deletion qlib/contrib/model/pytorch_gru_ts.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def __init__(
loss="mse",
optimizer="adam",
n_jobs=10,
GPU="0",
GPU=0,
seed=None,
**kwargs
):
Expand Down