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

Error loading the ogb-molpcba dataset #153

Open
AbdoSharaf98 opened this issue Nov 6, 2023 · 0 comments
Open

Error loading the ogb-molpcba dataset #153

AbdoSharaf98 opened this issue Nov 6, 2023 · 0 comments

Comments

@AbdoSharaf98
Copy link

In ogbmolpcba_dataset.py line 96 (and similarly 98), a PyGCollater object is initialized without passing a required positional argument (dataset) which raises an error when calling the get_dataset function for the molecule dataset. I think this can be fixed by replacing with
self._collate = PyGCollater(self.ogb_dataset, follow_batch=[], exclude_keys=[])? Or is this how it is supposed to be and I am missing something?

@AbdoSharaf98 AbdoSharaf98 changed the title Error loading the og-molpcba dataset Error loading the ogb-molpcba dataset Nov 6, 2023
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