"vscode:/vscode.git/clone" did not exist on "ba089c780b918414bd8b669e1764fed728753edf"
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