1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 01:51:18 +08:00

Update pytorch_gats.py

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

View File

@@ -61,7 +61,7 @@ class GATs(Model):
with_pretrain=True,
model_path=None,
optimizer="adam",
GPU="0",
GPU=0,
seed=None,
**kwargs
):