会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
熊猫blue
博客园
首页
新随笔
联系
订阅
管理
2020年6月8日
pytorch初学
摘要: repeat import torch x = torch.tensor([1, 2, 3]) print(x) print(x.repeat(4, 2)) print(x.repeat(4, 2, 1)) permute: 将对应维度的张量置换,有点numpy.transpose()的意思,具体可
阅读全文
posted @ 2020-06-08 11:00 熊猫blue
阅读(168)
评论(0)
推荐(0)
编辑
公告