Dae-Cheol Noh

Results 1 comments of Dae-Cheol Noh

If you use single GPU (not distributed mode) then you should change function in lib/models/bn_helper.py [line 10] ``` # BatchNorm2d_class = BatchNorm2d = torch.nn.SyncBatchNorm BatchNorm2d_class = BatchNorm2d = torch.nn.BatchNorm2d ```