Lyken17 / pytorch-OpCounter

Count the MACs / FLOPs of your PyTorch model.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is MACs equal to Flops?

Gs-Zhang opened this issue · comments

I find the MACs of shuffNetV2-0.5X isn't half of FLOPs in the paper.

No, basically MACs is half of the FLOPs.

https://github.com/Lyken17/pytorch-OpCounter/tree/master/benchmark

Can you show some detailed number of the FLOPs comparison?

I find the MACs of shuffNetV2-0.5X isn't half of FLOPs in the paper.

yes, this might be a tiny error