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
RuntimeError: The 'data' object was created by an older version of PyG. If this error occurred while loading an already existing dataset, remove the 'processed/' directory in the dataset's root folder and try again.
#67
Open
GreatnessBrain opened this issue
Oct 28, 2023
· 4 comments
RuntimeError: The 'data' object was created by an older version of PyG. If this error occurred while loading an already existing dataset, remove the 'processed/' directory in the dataset's root folder and try again.
The text was updated successfully, but these errors were encountered:
The problem is caused by the torch-geometric version.Try torch-geometric==1.7.2 .
This works for me, before I tried the torch-geometric larger than 2XX, adjust the code, but still cannot run after a long time debuging.
Finally, I reinstall the torch-geometric==1.7.2, worksnow. Seems the torch-geometric has a large change about the data processing from 1XX - 2XX.
RuntimeError: The 'data' object was created by an older version of PyG. If this error occurred while loading an already existing dataset, remove the 'processed/' directory in the dataset's root folder and try again.
The text was updated successfully, but these errors were encountered: