Closed zwyking closed 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 ?
See also https://github.com/vacancy/Synchronized-BatchNorm-PyTorch/issues/44#issuecomment-815135207
See also #44 (comment)
ok, thanks a lot
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 ?