import torch a=torch.tensor([[1,2,1],[2,2,2]]) b=torch.tensor([[1,2,1],[2,2,2]]) c=torch.cat((a,b),1) d=torch.cat((a,b))
上一篇 python 正则表达式
下一篇 搭建一个jupyter服务器让你在线写Python
版权所有 (c)2021-2022 MSHXW.COM
ICP备案号:晋ICP备2021003244-6号