-
I'm currently trying out the new package distributed in pytorch geometric. |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Apr 12, 2024
Replies: 1 comment 1 reply
-
Do you mean you want to run multiple processes of |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Cow-Kite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do you mean you want to run multiple processes of
DistributedDataParallel
on the same node? This is generally possible by simple executing the same script on the same node twice. Does that answer your question?