激情久久久_欧美视频区_成人av免费_不卡视频一二三区_欧美精品在欧美一区二区少妇_欧美一区二区三区的

腳本之家,腳本語言編程技術(shù)及教程分享平臺(tái)!
分類導(dǎo)航

Python|VBS|Ruby|Lua|perl|VBA|Golang|PowerShell|Erlang|autoit|Dos|bat|

服務(wù)器之家 - 腳本之家 - Python - 解析Pytorch中的torch.gather()函數(shù)

解析Pytorch中的torch.gather()函數(shù)

2022-03-01 00:17xiaoliujun1999 Python

本文給大家介紹了Pytorch中的torch.gather()函數(shù),通過實(shí)例代碼給大家介紹的非常詳細(xì),對(duì)大家的學(xué)習(xí)或工作具有一定的參考借鑒價(jià)值,需要的朋友參考下吧

參數(shù)說明

以官方說明為例,gather()函數(shù)需要三個(gè)參數(shù),輸入input,維度dim,以及索引index

input必須為Tensor類型

dim為int類型,代表從哪個(gè)維度進(jìn)行索引

index為LongTensor類型

 

舉例說明

input=torch.tensor([[1,2,3],[4,5,6]]) #作為輸入

index1=torch.tensor([[0,1,1],[0,1,1]]) #作為索引矩陣

# dim=0時(shí),按列進(jìn)行索引
print (torch.gather(input,dim=0,index=index1))

# dim=1時(shí),按行進(jìn)行索引
print (torch.gather(input,dim=1,index=index1))

結(jié)果如下圖所示:

# 按列進(jìn)行索引
tensor([[1, 5, 6],
      [4, 2, 6]])

# 按行進(jìn)行索引
tensor([[1, 2, 2],
      [5, 4, 5]])

 

畫圖說明

解析Pytorch中的torch.gather()函數(shù)

解析Pytorch中的torch.gather()函數(shù)

官方文檔

def gather(self, input, dim, index, *args, **kwargs): 
      
      For a 3-D tensor the output is specified by::
      
          out[i][j][k] = input[index[i][j][k]][j][k]  # if dim == 0
          out[i][j][k] = input[i][index[i][j][k]][k]  # if dim == 1
          out[i][j][k] = input[i][j][index[i][j][k]]  # if dim == 2        

      Args:
          input (Tensor): the source tensor
          dim (int): the axis along which to index
          index (LongTensor): the indices of elements to gather     
    
      Example::
      
          >>> t = torch.tensor([[1, 2], [3, 4]])
          >>> torch.gather(t, 1, torch.tensor([[0, 0], [1, 0]]))
          tensor([[ 1,  1],
                  [ 4,  3]])

到此這篇關(guān)于Pytorch中的torch.gather()函數(shù)的文章就介紹到這了,更多相關(guān)Pytorch torch.gather()函數(shù)內(nèi)容請搜索服務(wù)器之家以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持服務(wù)器之家!

原文鏈接:https://blog.csdn.net/xiaoliujun1999/article/details/121292061

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 一区二区三区播放 | 国产精品99久久久久久大便 | 国产欧美精品一区二区三区四区 | 久久亚洲精品久久国产一区二区 | 黄污视频在线看 | 亚洲电影在线观看高清免费 | 欧美wwwwww| 99一区二区三区 | av色先锋| 一级α片| 精品一区二区三区日本 | 国产视频精品在线 | 欧美黄成人免费网站大全 | 黄色片网站免费在线观看 | 免费看成年人视频在线 | 中文字幕天堂在线 | 久久精品1区2区 | 国产精品亚洲综合一区二区三区 | 日本aaa一级片 | 色黄网站在线观看 | 欧美黄成人免费网站大全 | 亚洲欧美成aⅴ人在线观看 av免费在线播放 | 一级毛片大片 | 1024亚洲天堂 | 精品国产91久久久久久久妲己 | 男女生羞羞视频网站在线观看 | 午夜视频成人 | 久久久久久久一区 | 嫩草影院在线观看网站成人 | 黄色一级片免费在线观看 | 日韩精品久久久久久久九岛 | 国产一级毛片高清视频 | 媚药按摩痉挛w中文字幕 | 精品国产精品久久 | 日韩黄色一级视频 | av免费在线免费观看 | 成人久久久精品国产乱码一区二区 | 九一免费国产 | 成人在线视频免费播放 | 久久综合综合久久 | 亚洲午夜免费 |