其他分享
首页 > 其他分享> > 25:nn.module

25:nn.module

作者:互联网

1:nn.Module的介绍

 

 2.nn.module的好处

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

 

 (2.2)提供了Sequential容器

 

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

 

标签:25,nn,Module,Sequential,module,forward,2.2
来源: https://www.cnblogs.com/jiafeng1996/p/15104835.html