-
Notifications
You must be signed in to change notification settings - Fork 3
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
import errors in gcnlib_cuda and fuseGNN #2
Comments
I fixed the import error, you may try it again. import torch
import fgnn_agg For the running configuration, the |
Thanks for your update. |
I mean this code below is still puzzling. gcnLib/fuseGNN/functional/dropout.py Line 10 in 06b518f
|
It is only used in the reference module for debugging. So it is not important |
By the way, you seem to forget to change the default data_path in the following code Line 20 in 06b518f
|
We run install.sh in src file, only to find we couldn't import the fuseGNN module.
In pip list we could find the following module:
However, we can not import the fuseGNN in python REPL.
What's more, when we try to run the model with
python training_main.py --model GAT --data CiteSeer --mode gas
, it will also lead to another import error in gcnlib_cuda.We expect that the detailed running configuration could be shown in the README.md to help us reproduce experimental results easily.
The text was updated successfully, but these errors were encountered: