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

Minor bug in the set_dataset_info of loader_pyg.py module #68

Open
vivek-vijayan-k opened this issue Jul 24, 2024 · 0 comments
Open

Minor bug in the set_dataset_info of loader_pyg.py module #68

vivek-vijayan-k opened this issue Jul 24, 2024 · 0 comments

Comments

@vivek-vijayan-k
Copy link

image

torch_geometric.data.keys() is a method. Since the code mentioned above tries to iterate through the method instead of calling the method and iterate through results, I was getting TypeError: 'method' object is not iterable when I try to run_single_pyg.sh
Please modify the code to resolve this issue.
Since this is minor bug and I'm still learning this wonderful library, I thought it's worth pointing out.

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

1 participant