sail-sg/poolformer

I only obtain 0.096 top1 acc when I test the official poolformer_s12 model.

gaobb opened this issue · 1 comments

gaobb commented

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

wecom-temp-873f40c8a9cede63970576ee673f6570

gaobb commented

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
│  │   ├── ......
│  ├── ......