PyTorch Tensor Operations使用PyTorch进行深度学习或者科学计算时,经常需要对 Tensor 进行各种变换。 view view(*shape): Returns a new tensor with the same data as the self tensor but of a different shape. view(*shape) 方法主要将 Tensor 的维度...鲁老师大约 2 分钟深度学习