pytorch-estimate-flops
pytorch-estimate-flops copied to clipboard
Does the project compute the FLOPs or MACs?
I find the project ignores the add operations in matrix product. So does it compute MACs instead of FLOPs?
Comparing results with pytorch-OpCounter implementation, this one seems to be computing MACs instead of FLOPs... Can anyone double check this?