HOGWILD using PyTorch Lighting #6996
Unanswered
miguelalonsojr
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment
-
Hi!
Supporting hogwild is currently not a priority, so I can't comment much on that. |
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.
-
Are there any plans to support CPU multiprocessing on a single machine? After digging through the codebase, #1158 doesn't seem to actually speed things up on a single node the way that pytorch hogwild (https://pytorch.org/docs/stable/notes/multiprocessing.html#hogwild) does. In order to use hogwild in pytorch, the model must be shared across each process through share_memory(), which is never called in PL.
Beta Was this translation helpful? Give feedback.
All reactions