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
File "D:\KDD_CNFGNN\models\base_models\GraphNets.py",
line 128, in forward u = x.new_zeros(*([batch[-1] + 1] + list(x.shape[1:-1]) + [self.global_input_size]))
TypeError: 'NoneType' object is not subscriptable
hi, mr.Meng. i run your code but i found this problem, and all parameters have been set according to the document. How can I solve this problem?
The text was updated successfully, but these errors were encountered:
File "D:\KDD_CNFGNN\models\base_models\GraphNets.py",
line 128, in forward u = x.new_zeros(*([batch[-1] + 1] + list(x.shape[1:-1]) + [self.global_input_size]))
TypeError: 'NoneType' object is not subscriptable
hi, mr.Meng. i run your code but i found this problem, and all parameters have been set according to the document. How can I solve this problem?
The text was updated successfully, but these errors were encountered: