XLearning-SCU / 2022-CVPR-AirNet

PyTorch implementation for All-In-One Image Restoration for Unknown Corruption (AirNet) (CVPR 2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MoCo models without batch_shuffle_ddp

VongolaWu opened this issue · comments

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?