1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-16 09:11:00 +08:00

Merge branch 'main' of https://github.com/you-n-g/qlib into main

This commit is contained in:
meng-ustc
2020-11-26 20:23:22 +08:00
43 changed files with 358 additions and 1979 deletions

View File

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