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

I am getting this issue while running this code. plz help #2

Open
Affan-Abbas8 opened this issue Dec 5, 2022 · 1 comment
Open

Comments

@Affan-Abbas8
Copy link

AttributeError: 'DGLHeteroGraph' object has no attribute 'create_formats_'

@AiRyunn
Copy link
Owner

AiRyunn commented Jul 23, 2023

Sorry for my late reply. This appears to be related to the version of DGL you are using. Here are my suggestions:

  1. Install DGL 0.5.3. This is the version I tested this repo.
  2. Simply remove this line, since it may not affect the results.
  3. Change to 'create_format_' if you are using older versions of DGL.

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

2 participants