So I immediately implemented XOR. ... Linear(2, 8) self.fc2 = torch.nn. ... Sigmoid() def forward(self, x): x = torch.nn.functional.relu(self.fc1(x)) x ...
確定! 回上一頁