1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 10:31:00 +08:00

Update pytorch_nn.py

This commit is contained in:
Wendi Li
2021-02-01 16:33:31 +00:00
committed by you-n-g
parent 213f809148
commit bdc70c192a

View File

@@ -60,7 +60,7 @@ class DNNModelPytorch(Model):
lr_decay_steps=100,
optimizer="gd",
loss="mse",
GPU="0",
GPU=0,
seed=None,
weight_decay=0.0,
**kwargs