RainYQ

Results 2 comments of RainYQ

for torch == 1.13.0 just fix it utils/loss.py -> 130 gain = torch.ones(6, device=targets.device, dtype=torch.long) # normalized to gridspace gain -> 138 gain[2:] = torch.tensor(p[i].shape, dtype=torch.long)[[3, 2, 3, 2]] #...