1.函数库torch.nn
torch库中最重要的东西
2.Parameter
用于初始化数据
CLASStorch.nn.parameter.Parameter(data=None,requires_grad=True)
线性分类
深度学习pytorch基础入门