Based on this post it seems that DDP is coming first to Windows (which should also be faster than nn.DataParallel
if you are using a single process per GPU), while other data parallel utilities seem to be on the roadmap.
Based on this post it seems that DDP is coming first to Windows (which should also be faster than nn.DataParallel
if you are using a single process per GPU), while other data parallel utilities seem to be on the roadmap.