The parameters and FLOPs do not match the paper

Author: cj-wadeCreated Jan 20, 2022Updated Oct 31, 2023

Efficient-b0 image flops:0.014819392 params:1.323016

I used pytorch's code to test, but found that params and FLOPs are much smaller than the paper's numerical values. I wonder why this is?

It's worth mentioning that my test method works fine, as on other networks (e.g. Resnet), it's correct.

Source: lukemelas/EfficientNet-PyTorch