How to calculate MACs/FLOPs?
chenwydj opened this issue · 2 comments
chenwydj commented
I wonder if you could share the code to calculate the MACs/FLOPs of the whole network under different input sizes?
I think directly using libraries like thop will fail since it does not support matmul
(via @
operator).
Thank you very much!
yuanli2333 commented
chenwydj commented
Thank you very much!