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 see that cuda may not be supported in many cases.
I'm guessing this is due to multiprocessing, which I am not so sure about.
So can you (or whoever can) briefly explain what's causing it, and whether it can be fixed?
Thanks in advance :)
The text was updated successfully, but these errors were encountered:
Multiprocessing is indeed an issue, and that probably requires changing the context to spawn. However there are some parts of the code which might not work right away with spawn context (see #51).
I haven't used this code on GPU so I don't know what would be required to fix it exactly, but maybe @lucifer2859 has some input on that (if you were actually trying to run it on GPU?)?
Hi,
Thank you so much for the codes.
I see that cuda may not be supported in many cases.
I'm guessing this is due to multiprocessing, which I am not so sure about.
So can you (or whoever can) briefly explain what's causing it, and whether it can be fixed?
Thanks in advance :)
The text was updated successfully, but these errors were encountered: