"...git@developer.sourcefind.cn:OpenDAS/mmdetection3d.git" did not exist on "9611c2d0aae7a1a667a3eecaa92756fea1073f20"
DataParallel fixes (#5733)
* DataParallel fixes: 1. switched to a more precise check - if self.args.n_gpu > 1: + if isinstance(model, nn.DataParallel): 2. fix tests - require the same fixup under DataParallel as the training module * another fix
Showing
Please register or sign in to comment