facebookresearch / ConvNeXt

Code release for ConvNeXt model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why do you need global sync?

collinmccarthy opened this issue · comments

Hi,

Why do you need to call torch.cuda.synchronize() during train_one_epoch?

Thanks,
-Collin