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

main_gcn.py occurs error #26

Open
jellyfish1456 opened this issue Aug 5, 2020 · 3 comments
Open

main_gcn.py occurs error #26

jellyfish1456 opened this issue Aug 5, 2020 · 3 comments

Comments

@jellyfish1456
Copy link

Hi there~
Thank you for sharing this great work.

when I run main_gcn.py.
It occur this error, the code seems correct though.

Below are the error message:

Traceback (most recent call last):
File "main_gcn.py", line 22, in
from models.sem_gcn import SemGCN
File "/home/iis/SemGCN/models/sem_gcn.py", line 48
self.nonlocal = GraphNonLocal(hid_dim, sub_sample=group_size)
^
SyntaxError: invalid syntax

Thank you~

@saichanda
Copy link

Hi @christw16,
You might find a reference to the error in issue #19

@jellyfish1456
Copy link
Author

jellyfish1456 commented Aug 6, 2020

@garyzhao
@saichanda Hi there~

My python version is: 3.6.10
and I retype the function here. However is still not working....

@jellyfish1456
Copy link
Author

it seems that it is nonLocal keywords problem.

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