akamaster / pytorch_resnet_cifar10

Proper implementation of ResNet-s for CIFAR10/100 in pytorch that matches description of the original paper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Validation on the test set

mu-arkhipov opened this issue · comments

In the code the validation is performed on the test. This methodology is pathological and does not meet the paper statement on (45000, 5000) train/val split.

val_loader = torch.utils.data.DataLoader(