Shuwei Li

Results 1 issues of Shuwei Li

I found this part quite confusing in train_util.py ``` if last_batch or not self.use_ddp: losses = compute_losses() else: with self.ddp_model.no_sync(): losses = compute_losses() ``` Is this part supposed to be...