Unqua

Results 1 comments of Unqua

Hi, I addressed the issue by modifying line 94 to: `x = torch.cat((x1, x2), dim=1).data.contiguous()` and by removing line 124: `x.data.set_()` However, I'm not entirely certain about the ramifications of...