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_alstm.py
  • Loading branch information
wendili-cs authored Feb 1, 2021
commit f777e447a36dfd75f965a21619dd0f86b900492e
2 changes: 1 addition & 1 deletion qlib/contrib/model/pytorch_alstm.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(
early_stop=20,
loss="mse",
optimizer="adam",
GPU="0",
GPU=0,
seed=None,
**kwargs
):
Expand Down