1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-12 07:16:54 +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, with_pretrain=True,
model_path=None, model_path=None,
optimizer="adam", optimizer="adam",
GPU="0", GPU=0,
seed=None, seed=None,
**kwargs **kwargs
): ):