pytorch教程
《深度学习入门之Pytorch》读书笔记如有错误还请不吝指出第三章 3.1Pytorch基础 3.1.1张量 Tensor表示的是多维的矩阵不同数据类型:32位浮点型torch.FloatTensor(默认数据类型)64位浮点型torch.DoubleTensor16位整型 torch.ShortTensor32位整型 torch.IntTensor64位整型 torch.LongTensor 3.1.2Variable(变量) 这是一个神经网络计算图中特有的概念,Variable提供了自动求导机制。Variable和Tensor本质上没有区别,但是Variable会被放
下载地址
用户评论