其他分享
首页 > 其他分享> > Pytorch : tensor 与 numpy 的 ndarray 相互转化 pytorch 张量与 numpy 数组之间转化

Pytorch : tensor 与 numpy 的 ndarray 相互转化 pytorch 张量与 numpy 数组之间转化

作者:互联网

1. 转换方法:

1. tensor => ndarray : tensor.numpy()

2. ndarray => tensor : tensor = torch.from_numpy(ndarray)

标签:转换方法,tensor,torch,转化,numpy,ndarray
来源: https://www.cnblogs.com/ltkekeli1229/p/15934813.html