Pytorch Lightning: Support of DDPStrategy in PyG #4665
Unanswered
ZikangZhou
asked this question in
Q&A
Replies: 1 comment
-
You should be able to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi PyG team,
I'm trying to use PyTorch Lightning for multi-gpu training. The data in my task are multiple small graphs, not a single large graph.
I looked at the examples of PyG + PyTorch Lightning and found that all examples use DDPSpawnStrategy instead of DDPStrategy. I'm wondering whether I can switch to DDPStrategy without modifying my code in my case?
Beta Was this translation helpful? Give feedback.
All reactions