SSLOnlineEvaluator
does not work with DDP
#953
Labels
bug
Something isn't working
help wanted
Extra attention is needed
waiting on author
won't fix
This will not be worked on
🐛 Bug
In commit
6e14209185c2b2100f3e515ee6782597673bb921
on pytorch_lightning from Feb 17, theuse_ddp
property was removed from AcceleratorConnector.In commit
b29b07e9788311326bca4779d70e89eb36bfc57f
on pytorch_lightning from Feb 27, theuse_dp
property was removed from AcceleratorConnector.The SSLOnlineEvaluator now throws exceptions with multiple GPUs since it checks for these properties in distributed training.
To Reproduce
Steps to reproduce the behavior:
Must run on a system with 2+ GPUs attached and accessible to PyTorch.
Code sample:
Leads to the following
Expected behavior
Environment
conda
,pip
, source): Pytorch Docker imageAdditional context
Currently have it patched in personal system as follows using the old definition of the
use_ddp
property prior to removal:The text was updated successfully, but these errors were encountered: