mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-13 15:56:57 +08:00
Update pytorch_nn.py
This commit is contained in:
@@ -60,7 +60,7 @@ class DNNModelPytorch(Model):
|
|||||||
lr_decay_steps=100,
|
lr_decay_steps=100,
|
||||||
optimizer="gd",
|
optimizer="gd",
|
||||||
loss="mse",
|
loss="mse",
|
||||||
GPU="0",
|
GPU=0,
|
||||||
seed=None,
|
seed=None,
|
||||||
weight_decay=0.0,
|
weight_decay=0.0,
|
||||||
**kwargs
|
**kwargs
|
||||||
|
|||||||
Reference in New Issue
Block a user