Open shidilrzf opened 4 years ago
The "torch.utils.ffi" is deprecated with the newer versions of PyTorch.
You can choose to use an old version of PyTorch, or replace the BN with the official Sync BN in DistributedParallel in PyTorch 1.4 or newer.
The "torch.utils.ffi" is deprecated with the newer versions of PyTorch.