donnyyou / torchcv

TorchCV: A PyTorch-Based Framework for Deep Learning in Computer Vision
https://pytorchcv.com
Apache License 2.0
2.25k stars 378 forks source link

deprecated BatchNorm2d #98

Closed yassouali closed 5 years ago

yassouali commented 5 years ago

BatchNorm2d from torchencoding is deprecated in favor of SyncBatchNorm

donnyyou commented 5 years ago

Thanks!!!