Skip to content

DDP with shared file system #8496

Discussion options

You must be logged in to vote

I'm not quite sure about what you want to do, but if it's about customizing DDP, you can do the following:

from pytorch_lightning.plugins import DDPPlugin

class MyCustomDDP(DDPPlugin):
    ...

trainer = Trainer(plugins=[MyCustomDDP()])

Replies: 1 comment

Comment options

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