tensor常用函数归纳

1*.contiguous()* 这个函数会强制复制一份tensor,不会对原始的tensor做出改变。
2.matmul 函数返回两个数组的矩阵乘积
3.detach就是截断反向传播的梯度流。

你可能感兴趣的:(pytorch,tensor,pytorch)