MaxPool2d(2, stride=2), nn. ... def test(): with torch.no_grad(): model.eval() test_loss = 0 correct = 0 for data, target in test_loader: data, ...
確定! 回上一頁