-
Notifications
You must be signed in to change notification settings - Fork 5
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
Incorrect positional argument #2
Comments
Thank you for your issue, I also solved this problem, but I encountered another problem, when I run the program on 2 GPUs, it shows the following error, I don’t know how to solve it, if you run this program successfully, can you give some advice?
|
It has been a while since I last ran the code and I am not sure whether I ran it with GPUs or on with merely CPU. I would recommend to first run with only CPU to see if the code works since the issue from your Error Stack Trace is likely related to CUDA in |
light-dist-gnn/coo_graph/parted_coo_graph.py
Line 92 in 65495aa
I try to run
prepare_data.py
and notice that the usage of positional argument here is incorrect. The correct way to invoke the function should beOtherwise, the
self.preprocess_for
will be passed to thedevice
argument ofParted_CPP_Graph
.The text was updated successfully, but these errors were encountered: