Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Factor of 2 in count_flops.py #56

Open
fschmid56 opened this issue Oct 14, 2022 · 0 comments
Open

Factor of 2 in count_flops.py #56

fschmid56 opened this issue Oct 14, 2022 · 0 comments

Comments

@fschmid56
Copy link

In the function count_flop.py, when calculating kernel_ops and weight_ops for convolution and linear layers: why do you need to multiply them by 2, if multiply_adds=True? Shouldn't that be the other way around, 1 MAC = 2 FLOPs roughly?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant