You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting this error when trying to use dgl-ke with GPU: RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method
I am able to run the code on CPU only.
Any ideas?
More info:
I set up the environment using these insturctions: #267 (comment)
The text was updated successfully, but these errors were encountered:
avi-pomicell
changed the title
RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method
RuntimeError: Cannot re-initialize CUDA in forked subprocess
Feb 12, 2023
Hi
I'm getting this error when trying to use dgl-ke with GPU:
RuntimeError: Cannot re-initialize CUDA in forked subprocess. To use CUDA with multiprocessing, you must use the 'spawn' start method
I am able to run the code on CPU only.
Any ideas?
More info:
I set up the environment using these insturctions: #267 (comment)
The text was updated successfully, but these errors were encountered: