GFLOPs value
Opened this issue · 0 comments
ppriyank commented
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.