PatrickHua / SimSiam

A pytorch implementation for paper 'Exploring Simple Siamese Representation Learning'
MIT License
814 stars 135 forks source link

SyncBatchNorm #24

Closed mseyfi closed 3 years ago

mseyfi commented 3 years ago

To the best of my knowledge, SyncBatchnorm is only supported with DDP not DataParallel.

PatrickHua commented 3 years ago

Got it!