网络编程
位置:首页>> 网络编程>> Python编程>> pytorch中tensor的合并与截取方法

pytorch中tensor的合并与截取方法

作者:znzhizs  发布时间:2022-02-11 14:16:58 

标签:pytorch,tensor

合并:


torch.cat(inputs=(a, b), dimension=1)

e.g. x = torch.cat((x,y), 0) 沿x轴合并

截取:


x[:, 2:4]

pytorch中tensor的合并与截取方法

来源:https://blog.csdn.net/znzhizs/article/details/79616735

0
投稿

猜你喜欢

手机版 网络编程 asp之家 www.aspxhome.com