NCHW and NHWC benchmark numbers for some common image classification models in timm.
For NCHW:
python benchmark.py --model-list model.txt --amp -b 128
For NHWC:
python benchmark.py --model-list model.txt --amp -b 128 --channels-last
Note the test res for efficientnet_b1/b2/b3/b4 and regnety_160 were adjusted in timm to match original paper and not timm defaults. Benchmark script in root of timm https://github.com/rwightman/pytorch-image-models/blob/master/benchmark.py