In numpy, we use ndarray.reshape() for reshaping an array.I noticed that in pytorch, people use torch.view(...) for the same purpose, but at the same time, ...
確定! 回上一頁