国产片侵犯亲女视频播放_亚洲精品二区_在线免费国产视频_欧美精品一区二区三区在线_少妇久久久_在线观看av不卡

腳本之家,腳本語言編程技術及教程分享平臺!
分類導航

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

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

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

2022-03-01 00:17xiaoliujun1999 Python

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

參數說明

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

input必須為Tensor類型

dim為int類型,代表從哪個維度進行索引

index為LongTensor類型

 

舉例說明

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

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

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

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

結果如下圖所示:

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

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

 

畫圖說明

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

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

官方文檔

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]])

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

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

延伸 · 閱讀

精彩推薦
主站蜘蛛池模板: 久久久久久av | 国产欧美在线 | av资源在线 | 国产精品激情 | 国产精品原创av片国产免费 | 中文字幕av在线播放 | 亚洲视频在线观看视频 | h视频免费观看 | 亚洲国产精品久久 | 日韩av免费在线观看 | 一道本一二三区 | 免费日韩精品 | 欧美激情一区 | 久久视频热| 欧美精品在线观看 | 亚洲精品国产成人 | 999精品视频 | 黄片毛片在线观看 | 欧美第8页| 综合自拍| 色狠狠综合天天综合综合 | 亚洲视频二区 | www.欧美.com | 日韩欧美成人一区二区三区 | 亚洲二区视频 | 婷婷毛片 | 日韩欧美三级 | 久久99国产精品免费网站 | 久久久性色精品国产免费观看 | 美日韩视频| 色吊丝在线永久观看最新版本 | 国产精品毛片 | 99国产精品99久久久久久 | 精品国产乱码久久久久久1区2区 | 久久久久久国产精品mv | 日韩欧美在线观看 | 91免费观看 | 日韩a∨| 中文字幕一区二区三区乱码在线 | 久久免费一区 | 欧美大片一区二区 |