
Pytorch
hawkcici160
好好学习吧
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
torch.nn 和 torch.functional 的区别
原文地址 : https://blog.youkuaiyun.com/teeyohuang/article/details/79211798 Pytorch打怪路(一)pytorch进行CIFAR-10分类(2)定义卷积神经网络 注:官方文档地址– http://pytorch.org/docs/0...转载 2018-04-28 22:50:23 · 21349 阅读 · 1 评论 -
pytorch中的gather函数
from: https://blog.youkuaiyun.com/edogawachia/article/details/80515038 今天刚开始接触,读了一下documentation,写一个一开始每太搞懂的函数gather b = torch.Tensor([[1,2,3],[4,5,6]]) print b index_1 = torch.LongTensor([[0,1],[2,0]]) i...转载 2018-06-22 11:12:27 · 3694 阅读 · 0 评论