Traceback (most recent call last):
File "D:\Learn\PycharmProjects\Meta-path\HGTN\main.py", line 354, in
model = HGTN(type_hyperedge=A.shape[-1],
File "D:\Learn\PycharmProjects\Meta-path\HGTN\HGTN.py", line 59, in init
self.gat = GAT(self.w_in,self.nhid,self.num_class,self.drpoput ,self.alpha ,self.nheads)
NameError: name 'GAT' is not defined
报错如下;
Traceback (most recent call last): File "D:\Learn\PycharmProjects\Meta-path\HGTN\main.py", line 354, in
model = HGTN(type_hyperedge=A.shape[-1],
File "D:\Learn\PycharmProjects\Meta-path\HGTN\HGTN.py", line 59, in init
self.gat = GAT(self.w_in,self.nhid,self.num_class,self.drpoput ,self.alpha ,self.nheads)
NameError: name 'GAT' is not defined