-
Notifications
You must be signed in to change notification settings - Fork 46
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
RuntimeError #5
Comments
Most likely this is some problem with multiprocessing on Windows. Setting |
hi, can you please help me , i am not getting any output even after installing every said module in the code it shows "torch not compiled with cuda " i am running this notebook code on VScode . |
This means your computer doesn't have a CUDA-compatible GPU. You can try running this code on Google Colab, they provide free GPUs there. |
Hi , can you please define me how to give an edge list as input to this training model . I mean to say how can i convert my edge list into the same DATASET format which is given in this training model ..Thankyou |
Hi, I converted the notebook into py but I got this error when running the code:
RuntimeError:
An attempt has been made to start a new process before the
current process has finished its bootstrapping phase.
Do you have any idea of what's causing it?
The text was updated successfully, but these errors were encountered: