rpg_asynet icon indicating copy to clipboard operation
rpg_asynet copied to clipboard

How to compute FLOPs

Open iris0329 opened this issue 3 years ago • 1 comments

Dear authors,

Thanks for sharing this brilliant work, I am curious about how do you compute the FLOPs of this network?

This network contains sparse conv, so is there any difference from normal FLOPs computation?

I mean, people often use https://github.com/sovrasov/flops-counter.pytorch or htop.profile to compute FLOPs.

Best, Iris

iris0329 avatar Jun 12 '21 09:06 iris0329

Hi Iris

We are happy that you are interested in our work!

One difference I see between our FLOPs calculation and the calculation of your references is that we consider addition and multiplication separately instead of multiply-add operations. You can find more details about the FLOPs calculation in our paper (Supplementary Table 5).

Best, Nico

MessikommerNico avatar Jun 18 '21 09:06 MessikommerNico