pytorch-estimate-flops icon indicating copy to clipboard operation
pytorch-estimate-flops copied to clipboard

Does the project compute the FLOPs or MACs?

Open haoyu0408 opened this issue 2 years ago • 1 comments

I find the project ignores the add operations in matrix product. So does it compute MACs instead of FLOPs?

haoyu0408 avatar Aug 10 '22 18:08 haoyu0408

Comparing results with pytorch-OpCounter implementation, this one seems to be computing MACs instead of FLOPs... Can anyone double check this?

dani-capellan avatar Oct 24 '22 10:10 dani-capellan