uoguelph-mlrg / Cutout

2.56%, 15.20%, 1.30% on CIFAR10, CIFAR100, and SVHN https://arxiv.org/abs/1708.04552
Other
542 stars 156 forks source link

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

Open MotiBaadror opened 2 years ago

MotiBaadror commented 2 years ago

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.