what is the use of contiguous() a = torch.randint(1,10,(3, 4, 5)) b = a.permute(1, 2, 0) c = b.contiguous()
確定! 回上一頁