You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Directly related to #6090, we want to simplify how the accelerator and plugins are selected. This will also enable better checking of mismatching combinations.
Decided to revisit this issue and found out that to use find_unused_parameters with ddp_spawn I have to use DDPSpawnPlugin instead of DDPPlugin.
Probably would be a good idea to add it to documentation.
🐛 Bug
If
DDPPlugin
is passed topl.Trainer
Please reproduce using the BoringModel
https://colab.research.google.com/drive/1XsSQoQghHhIxA-9al9dnsjbBJOxzo1Ml?usp=sharing
To Reproduce
As can be seen in output of "Run Test",
ddp
is initialized even thoughdp
is chosen as accelerator.Expected behavior
Either ignore the plugin or raise an error about incompatability.
Environment
Additional context
The text was updated successfully, but these errors were encountered: