XLearning-SCU / 2022-CVPR-AirNet

PyTorch implementation for All-In-One Image Restoration for Unknown Corruption (AirNet) (CVPR 2022)
176 stars 21 forks source link

MoCo models without batch_shuffle_ddp #10

Open VongolaWu opened 2 years ago

VongolaWu commented 2 years ago

Hi. I found that the MoCo model in your implementation will not call the batch_shuffle_ddp() and batch_unshuffle_ddp before and after normalizing. Could you explain the reason? Will these two functions influence the performance, or some other impacts?