video-recognition icon indicating copy to clipboard operation
video-recognition copied to clipboard

Results 1 video-recognition issues
Sort by recently updated
recently updated
newest added

Hi, I noticed that you use torch.nn.DistributedDataParallel. This program will launch n process (n=gpu number) and calculate the loss in different gpus individually. Is the synchronization (like `torch.distributed.all_reduce()`) needed before...