Pytorch 的gather用法理解 ... LongTensor([[0,1,2,3]]) >>> a.gather(0,index) tensor([[ 0, 5, 10, 15]]). 如何理解结果呢?
確定! 回上一頁