vacancy / Synchronized-BatchNorm-PyTorch

Synchronized Batch Normalization implementation in PyTorch.
MIT License
1.5k stars 189 forks source link

raining couldn 't start #45

Closed zwyking closed 3 years ago

zwyking commented 3 years ago

Hi,

I tried to used it as

model = Model(...) model = nn.DataParallel(model) model = convert_model(model) model = model.cuda()

However, it stucked and training couldn 't start. Have you seem similar problems before ?

vacancy commented 3 years ago

See also https://github.com/vacancy/Synchronized-BatchNorm-PyTorch/issues/44#issuecomment-815135207

zwyking commented 3 years ago

See also #44 (comment)

ok, thanks a lot