Closed gaobb closed 3 years ago
The target labels of all validation images are incorrectly initialized to 0 due to the no-compliant folder structure of the validation set.
The correct folder structure of the validation set is as follows:
├──val/
│ ├── n01440764
│ │ ├── ILSVRC2012_val_00000293.JPEG
│ │ ├── ILSVRC2012_val_00002138.JPEG
│ │ ├── ......
│ ├── ......
hi, all
I only obtain 0.096 top1 acc when I test the official poolformer_s12 model. Has anyone run into the same problem?
torch=1.7.0a0 torchvision=0.8.0a0+45f960c timm=0.5.0