25:nn.module

1:nn.Module的介绍

25:nn.module

 

 2.nn.module的好处

(2.1)embed current layers现成的神经网络计算的模块

25:nn.module

 

 (2.2)提供了Sequential容器

25:nn.module

 

 [注]在forward时,不需要多个forward只需要使用self.net(x)即可实现整个网络的forward。

 

上一篇:PyTorch之前向传播函数forward


下一篇:4_叠加三角形