Closed clw5180 closed 2 years ago
Hi,
I think you can replace LN with syncbn. The way to write the code should be the same as syncbn in any other models. In practice, for imagenet classification, syncbn or normal bn shouldn't make a difference since the batch size is large enough for each gpu.
Hi,
I think you can replace LN with syncbn. The way to write the code should be the same as syncbn in any other models. In practice, for imagenet classification, syncbn or normal bn shouldn't make a difference since the batch size is large enough for each gpu.
Thanks to reply, I'm training object detection model, and I will try it.
It seems that ConvNext use LN, and can't change to syncbn