
pytorch学习
文章平均质量分 54
biubiuzhang
这个作者很懒,什么都没留下…
展开
-
pytorch学习_官方tutorial理解(一)
一、What is pytorch?(两点note)1.1 Any operation that mutates a tensor in-place is post-fixed with an . For example: x.copy(y), x.t_(), will change x.1.2 All the Tensors on the CPU except a Char Tensor s...转载 2018-11-04 23:42:47 · 1152 阅读 · 0 评论 -
pytorch学习_官方turtorial理解(二)
一、处理各类型数据的一些python packagesGenerally, when you have to deal with image, text, audio or video data, you can use standard python packages that load data into a numpy array. Then you can convert this ar...转载 2018-11-05 14:10:10 · 395 阅读 · 0 评论