1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-30 17:41:18 +08:00

Update pytorch_gru.py

This commit is contained in:
Wendi Li
2021-02-01 16:40:16 +00:00
committed by you-n-g
parent b4a92d55f8
commit decf74cbdf

View File

@@ -56,7 +56,7 @@ class GRU(Model):
early_stop=20,
loss="mse",
optimizer="adam",
GPU="0",
GPU=0,
seed=None,
**kwargs
):