Conv2d(20, 20, 5) def forward(self, x): x = F.relu(self.conv1(x)) return F.relu(self.conv2(x)). 來試試上一篇回歸的問題,使用這種方式搭建模型。
確定! 回上一頁