-
Notifications
You must be signed in to change notification settings - Fork 188
Open
Description
Hi,
Thank you for your work and sharing.
I try to use convert_model function on my own code, for example:
cudnn.benchmark = True
net = Network()
net.cuda()
net = nn.DataParallel(net, device_ids=args.gpus)
net = convert_model(net)
However, after training, I found that the result is far away from my expectations, even worse than using the nn.BatchNorm2d that comes with the PyTorch. Do I use convert_model function wrongly? Or are there some points to note? Thank you very much!
Metadata
Metadata
Assignees
Labels
No labels