RuntimeError:Found 0 files in subfolders of:/home/PVT/datasets01/imagenet_full_size/061417/train Supported extensions are: .jpg,.jpeg,.png,.ppm,.bmp,.pgm,.tif,.tiff,.webp 报错原因:这个错误一般发生在调用torchvision.datasets.ImageFolder训练模型读取数据时,主要原因是数据存储路径与数据读取路径不一致...
python main.py --model "SBCFormer_B" --eval --resume "/path/to/checkpoint" --data-set "IMNET" --data-path "/path/to/imagenet" --input-size 224 --batch-size 1024 --epochs 300 The trained SBCFormer_B model can be downloaded from[SBCFormer_B, 80.0%] ...