a = torch.randn(3, 4) print(a) print(a.t()) ... size is not compatible with input tensor's size and stride (at least one dimension spans ...
確定! 回上一頁