You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have a question about the way you counted FLOPs.
According to your code prune/utils.py, you used thop.
However, the code is recently corrected that it actually measured MACs rather than FLOPs.
(Please refer to Lyken17/pytorch-OpCounter#37
and Lyken17/pytorch-OpCounter@41fd65c)
In this case, are the FLOPs values in your paper still valid?
Thank you.
Jung
The text was updated successfully, but these errors were encountered:
According to the following description of MACs and FLOPs differences, roughly MACs = 2 * FLOPs, which would not affect the FLOPs pruning ratio that reported in our paper. sovrasov/flops-counter.pytorch#16 (comment)
Hello, I have a question about the way you counted FLOPs.
According to your code prune/utils.py, you used thop.
However, the code is recently corrected that it actually measured MACs rather than FLOPs.
(Please refer to Lyken17/pytorch-OpCounter#37
and Lyken17/pytorch-OpCounter@41fd65c)
In this case, are the FLOPs values in your paper still valid?
Thank you.
Jung
The text was updated successfully, but these errors were encountered: