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
In #75, you stated, “We manually added a flops method to calculate FLOPs for each block in our network in a top-down manner.” Could you please explain the specific calculation procedure for GMACS?
The text was updated successfully, but these errors were encountered:
Let me confirm again as I haven't fully understood. Did you calculate everything manually without using any programs? Or did you calculate most of it using a program and only calculate certain modules manually? If you used any program, could you share it with me?
Our implementation is similar to most FLOPS/GMACS counters (e.g., here and the PyTorch version). It enumerates all modules within a given model and calculates the theoretical FLOPS/GMACS for each module based on factors such as input size and the number of parameters. For reference, we refer to the aforementioned code.
Hello
In #75, you stated, “We manually added a flops method to calculate FLOPs for each block in our network in a top-down manner.” Could you please explain the specific calculation procedure for GMACS?
The text was updated successfully, but these errors were encountered: