out = F.relu(self.fc2(out)). 19. out = self.fc3(out). 20. return out. Copied! 当我们调用 net = LeNet(classes=2) 创建模型时,会调用 __init__() 方法创建模型的 ...
確定! 回上一頁