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

GFLOPs of ResNet50 #24

Open
songqi-github opened this issue Aug 10, 2020 · 2 comments
Open

GFLOPs of ResNet50 #24

songqi-github opened this issue Aug 10, 2020 · 2 comments

Comments

@songqi-github
Copy link

When computing the GFLOPs of ResNet50, the answer is around 100GFLOPs. However, the result in other paper is around 500.
Is there something wrong with your computing method?

@chenxingqiang
Copy link

I meet the same problesms。

@saifkhichi96
Copy link

ResNet-50 has 4.12 GFLOPs (i.e., 4.12 billion floating-point operations). See: https://mmclassification.readthedocs.io/en/latest/model_zoo.html.

I get this exact value when I take resnet50 from torchvision.models and calculate its FLOPs using this library.

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

3 participants