We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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~
The text was updated successfully, but these errors were encountered:
Hi @christw16, You might find a reference to the error in issue #19
Sorry, something went wrong.
@garyzhao @saichanda Hi there~
My python version is: 3.6.10 and I retype the function here. However is still not working....
it seems that it is nonLocal keywords problem.
No branches or pull requests
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~
The text was updated successfully, but these errors were encountered: