1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-18 09:54:33 +08:00
This commit is contained in:
Jactus
2020-11-26 15:50:42 +08:00
parent a108f753d5
commit 056951605b
9 changed files with 72 additions and 64 deletions

View File

@@ -117,7 +117,7 @@ class GAT(Model):
seed,
)
)
self.GAT_model = GATModel(
d_feat=self.d_feat,
hidden_size=self.hidden_size,