l = nn.Linear(2, 2) >>> net = nn.Sequential(l, l) >>> for idx, m in enumerate(net.modules()): >>> print(idx, ... 具体用法,请参阅下面的输入和示例.
確定! 回上一頁