Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Comments

@GreatnessBrain
Copy link

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.

@leibohan
Copy link

leibohan commented Dec 4, 2023

removed processed folder and worked.
did not work out yet, still trying

@LiXingyanJason
Copy link

The problem is caused by the torch-geometric version.Try torch-geometric==1.7.2 .

@00JackLu
Copy link

00JackLu commented May 8, 2024

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.

@yachi1117
Copy link

I'm using the server from uni, only installed CUDA11.8 and 12.0, this is not match with torch 1.*, Is there any way to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants