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
When I use the three examples you recommended using pyg, the program all reports the same error, is there an error in the dpr2pyg file?
File "/usr/local/anaconda3/envs/torch_pyg/lib/python3.9/site-packages/deeprobust/graph/data/pyg_dataset.py", line 83, in get
item, slices = self.data[key], self.slices[key]
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered:
When I use the three examples you recommended using pyg, the program all reports the same error, is there an error in the dpr2pyg file?
File "/usr/local/anaconda3/envs/torch_pyg/lib/python3.9/site-packages/deeprobust/graph/data/pyg_dataset.py", line 83, in get
item, slices = self.data[key], self.slices[key]
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: