EfficientNet-PyTorch icon indicating copy to clipboard operation
EfficientNet-PyTorch copied to clipboard

The parameters and FLOPs do not match the paper

Open cj-wade opened this issue 3 years ago • 1 comments

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.

cj-wade avatar Jan 20 '22 02:01 cj-wade

Hello, do you know the cause of your problem?

1090167369 avatar Oct 31 '23 11:10 1090167369