EfficientNet-PyTorch
                                
                                 EfficientNet-PyTorch copied to clipboard
                                
                                    EfficientNet-PyTorch copied to clipboard
                            
                            
                            
                        The parameters and FLOPs do not match the paper
Efficient-b0
 flops:0.014819392
params:1.323016
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.
Hello, do you know the cause of your problem?