get a PyTorch tensor of the entire training set, for computing accuracy tmp_loader = torch.utils.data.DataLoader(mnist_train, batch_size=1024) ...
確定! 回上一頁