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
Hello Thanks for your excellent code, but I still have some questions about running 'bash tools/train_gcn.sh':
ModuleNotFoundError: No module named 'config'
I have the same configuration as your file structure
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your interest.
I think Python doesn't recognize the config/ folder as a package. Can you try to add the acgcn/ folder to your Python path?
config/
acgcn/
Sorry, something went wrong.
No branches or pull requests
Hello
Thanks for your excellent code, but I still have some questions about running 'bash tools/train_gcn.sh':
ModuleNotFoundError: No module named 'config'
I have the same configuration as your file structure
The text was updated successfully, but these errors were encountered: