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
I have some problems in calculation of number of parameter, macc, and flops.
How do you calculate number of parameter, macc, and flops?
Does any open tool can use for this?
In original paper of MobileNetv1, the 569 M is number of Mult-Adds (macc).
Your repository (https://github.com/Robert-JunWang/PeleeNet ) shows 569M in FLOPs.
Flops is different with Mult-Adds (FLOPS usually be twice of Mult-Adds).
Which is correct?
Thanks,
Tommy
The text was updated successfully, but these errors were encountered:
I have thought macc and flops are the different terms for the same things. The parameters and FLOPs are counted by a python tool developed by myself. For Caffe model, you can use the following link to get the number of parameters and FLOPs. https://dgschwend.github.io/netscope/#/editor
I also develop a python tool (not ready for public) for parameter and macc by myself.
I'm just curious in how to show these number with the fair comparison.
Thank you.
Hi Robert,
I have some problems in calculation of number of parameter, macc, and flops.
How do you calculate number of parameter, macc, and flops?
Does any open tool can use for this?
In original paper of MobileNetv1, the 569 M is number of Mult-Adds (macc).
Your repository (https://github.com/Robert-JunWang/PeleeNet ) shows 569M in FLOPs.
Flops is different with Mult-Adds (FLOPS usually be twice of Mult-Adds).
Which is correct?
Thanks,
Tommy
The text was updated successfully, but these errors were encountered: