You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an error in self.is_gnn = is_gnn on line 114 of graphadapter.py. The reason may be that the is_gnn variable is not declared in the __init__ method of the GATBlock class. #2