uoguelph-mlrg / Cutout

2.56%, 15.20%, 1.30% on CIFAR10, CIFAR100, and SVHN https://arxiv.org/abs/1708.04552

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

problem in getting same output size as batch size from forward function

MotiBaadror opened this issue · comments

ValueError: Expected input batch_size (128) to match target batch_size (32), it happen all the time, the expexted size is 4 times batch size. The output of forward function return probabilities 4*batchsize x num_classes. The model used is wideresnet.