whwu95 / MVFNet

【AAAI'2021】MVFNet: Multi-View Fusion Network for Efficient Video Recognition

Home Page:https://arxiv.org/abs/2012.06977

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why do you override DistributedDataParallel and DistributedSampler ?

Suke0 opened this issue · comments

commented
commented

Can I use the original DistributedDataParallel and DistributedSampler?

Yes, of course, you can use the original DDP.
I follow the mmcv to override the DDP just for syncBN, but I give up the implementation of SyncBN later.