pytorch给数据增加一个维度

更新时间:2023-06-06 02:53:52 阅读: 评论:0

brauerpytorch给数据增加⼀个维度使⽤ unsqueeze
>>>help(torch.squeeze)
Help on built-in function unsqueeze:
海外考试报名中心
unsqueeze(...)
unsqueeze(input, dim, out=None)-> Tensor
Returns a new tensor with a dimension of size one inrted at the
specified position.
The returned tensor shares the same underlying data with this tensor.
A :attr:`dim` value within the range ``[-input.dim()-1,input.dim()+1)``
can be ud. Negative :attr:`dim` will correspond to :meth:`unsqueeze`
timebox
攒动applied at :attr:`dim` = ``dim +input.dim()+1``.
Args:
input(Tensor): the input tensor
dim (int): the index at which to inrt the singleton dimension
out (Tensor, optional): the output tensor
Example::
>>> x = sor([1,2,3,4])
>>> torch.unsqueeze(x,0)
tensor([[1,2,3,4]])
>>> torch.unsqueeze(x,1)
vestastensor([[1],
[2],
母亲节快乐的英文
[3],
07年高考作文[4]])
也可以直接:化学符号
>>> a = torch.Tensor([1,2,3,4])
>>> a.unsqueeze(0)金融英语
tensor([[1.,2.,3.,4.]])familiar

本文发布于:2023-06-06 02:53:52,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/fan/78/879368.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

标签:维度   考试   符号   数据   报名   化学   增加   中心
相关文章
留言与评论(共有 0 条评论)
   
验证码:
推荐文章
排行榜
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图