Open kuazhangxiaoai opened 3 years ago
Good code! I am revising the code for sing gpu. and ask the of 3 lines of code in losses function(fcos.py).
if self.norm_sync: dist.all_reduce(num_foreground) num_foreground /= dist.get_world_size()
What's meaning of the 3 lines of code? Can I delete these? Thanks.
Good code! I am revising the code for sing gpu. and ask the of 3 lines of code in losses function(fcos.py).
What's meaning of the 3 lines of code? Can I delete these? Thanks.