mmpretrain
mmpretrain copied to clipboard
Efficientnet Flops
请问,mmclassification 统计的efficientnet flops 为什么和官方论文统计的不一样呢
Hi, the Efficientnet Flops computed in mmclassification are quite different from the official paper. Why is it
Thank you for your report.
We use the tool in mmcv to get_flops, it can not calculate flops of Conv2dAdaptivePadding
.
We will fix later.
yea, I also found it. I added the Conv2dAdaptivePadding to the 'get_modules_mapping()' function.
Have you gotten the relatively correct flops of Efficientnet?
Have you gotten the relatively correct flops of Efficientnet?
yes, I got the relatively correct flops, but I'm not very sure if it's precise enough.
Yep, Can you create a PR and modify the flops num in readme.md in Efficientnet?
Hi, I just modified the efficientnet flops results in README.md as well as the model_zoo.md on my repo.
you can create a PR refer to this doc. welcome your contribution to MMClassification.
you can create a PR refer to this doc. welcome your contribution to MMClassification.
I created it just now
This issue will be closed as it is inactive, feel free to re-open it if necessary.