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 value #158

Open
ppriyank opened this issue Jun 7, 2024 · 0 comments
Open

GFLOPs value #158

ppriyank opened this issue Jun 7, 2024 · 0 comments

Comments

@ppriyank
Copy link

ppriyank commented Jun 7, 2024

Hello,

Can you please provide GFLOP values for all your models?
I tried using
from ptflops import get_model_complexity_info

to obtain the following values.

EVA = ['EVA01_CLIP_g14', 'EVA01_CLIP_g14_plus', 'EVA02_CLIP_B16', 'EVA02_CLIP_bigE14', 'EVA02_CLIP_bigE14_plus', 'EVA02_CLIP_L14', 'EVA02_CLIP_L14_336']
EVA_GFLOP = [397.34, 397.34, 25.36, 1918.74, 1918.74, 116.82, 262.3]

I tried doing the same for CLIP and OPENCLIP models as well (and even verified values from the reported values) but I couldn't find the OPEN CLIP GFLOP > 1918.74 ('EVA02_CLIP_bigE14'). The figure https://arxiv.org/pdf/2303.15389 shows otherwise.

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