thorough-pytorch icon indicating copy to clipboard operation
thorough-pytorch copied to clipboard

2.1 张量

Open Llfeng18 opened this issue 6 months ago • 0 comments

torch.reshape(), 同样可以改变张量的形状,但是此函数并不能保证返回的是其拷贝值,所以官方不推荐使用。


这个的出处是哪里,最新文档没有看到描述 https://pytorch.org/docs/stable/generated/torch.reshape.html#torch.reshape

Llfeng18 avatar Aug 19 '24 09:08 Llfeng18