Skip to content

Does Pytorch-Lightning have a multiprocessing (or Joblib) module? #2720

Discussion options

You must be logged in to vote

PL is just PyTorch under the hood, you can use torch on joblib directly...
in case you want train distributed in CPU only you can use ddp_cpu backend 🐰

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Borda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2720 on December 23, 2020 19:37.